public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@kernel.org>
To: YP WU <yp.wu@mediatek.com>
Cc: <Jason-BF.Huang@mediatek.com>, <Lecopzer.Chen@mediatek.com>,
	<francis.lee@mediatek.com>, <gustavoars@kernel.org>,
	<hverkuil-cisco@xs4all.nl>, <leo.hsiao@mediatek.com>,
	<linux-kernel@vger.kernel.org>, <linux-media@vger.kernel.org>
Subject: Re: How to use "DTV_FE_CAPABILITY" command for Frontend.h of Linux DVB
Date: Thu, 15 Jul 2021 09:59:33 +0200	[thread overview]
Message-ID: <20210715095933.63dbcd31@coco.lan> (raw)
In-Reply-To: <20210709154739.30394-1-yp.wu@mediatek.com>

Em Fri, 9 Jul 2021 23:47:39 +0800
YP WU <yp.wu@mediatek.com> escreveu:

> >From: YP WU <yp.wu@mediatek.com>  
> >>To: <mchehab@kernel.org>
> >>Cc: <Jason-BF.Huang@mediatek.com>, <Lecopzer.Chen@mediatek.com>,
> >>	<francis.lee@mediatek.com>, <gustavoars@kernel.org>,
> >>	<hverkuil-cisco@xs4all.nl>, <leo.hsiao@mediatek.com>,
> >>	<linux-kernel@vger.kernel.org>, <linux-media@vger.kernel.org>,
> >>	<yp.wu@mediatek.com>
> >>Subject: Re: How to use "DTV_FE_CAPABILITY" command for Frontend.h of Linux DVB
> >>Date: Fri, 2 Jul 2021 17:28:34 +0800
> >>Message-ID: <20210702092834.11699-1-yp.wu@mediatek.com> (raw)
> >>In-Reply-To: <20210623093312.6f9883a5@coco.lan>
> >>
> >>Hello, Mr.Mauro,
> >><I need to understand more about the use case.  
> >>-> About use case, I describe below:  
> >>
> >>	For our design of kernel, demod/tuner and LNB are registered to different frontend device nodes.
> >>We want to implement property command to know if the frontend device node is LNB device or demod/tuner device.
> >>If it is LNB device node, the value would return true
> >>If it is demod/tuner device node, the value would return false.
> >> 
> >>Do you have better idea or suggestion for our usage?
> >>Please let me know if your have better suggestion.
> >>Very thank you for your help.
> >>
> >>BRs,
> >>YP  
> 
> Hello, Mr.Mauro,
> 	Frist of all, thanks for your reply.
> Based on previous discussion, we think we can create a new property command to achieve our goal.
> 	A new property command "DTV_FE_LNB_CAPABILITY".
> We can use "FE_GET_PROPERTY" with case "DTV_FE_LNB_CAPABILITY" to get LNB capability.
> We also should add a new variable named "LNB_capability" in dtv_frontend_properties. Like below:
> 	bool LNB_capability;
> If the device node is LNB, LNB_capability should set to TRUE.
> If the device node is demod/tuner, LNB_capability should set to FALSE.
> 
> What's your opinion?
> If you have a better idea or suggestion, please let me know.

It sounds that there are some misunderstanding here, specially when you
mention a "LNB device node".

See this picture:
	https://linuxtv.org/downloads/v4l-dvb-apis-new/_images/typical_media_device.svg

The way the DVB API maps the hardware is that the frontend groups:

	- tuner;
	- demod;
	- Satellite Equipment Control (SEC).

While not explicitly there, LNB is part of the frontend (it is part of 
the SEC, for satellite systems like DVB-S/S2). some tuners may
also have LNBs before them.

So, there's no separate device node for it. Everything is controlled
via the /dev/dvb/frontend* device nodes.

So, it is not clear yet why are you considering to have a separate
devnode for the LNB.

Thanks,
Mauro

  reply	other threads:[~2021-07-15  7:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-23  6:15 How to use "DTV_FE_CAPABILITY" command for Frontend.h of Linux DVB YP WU
2021-06-23  7:33 ` Mauro Carvalho Chehab
2021-07-02  9:28   ` YP WU
2021-07-09 15:47   ` YP WU
2021-07-15  7:59     ` Mauro Carvalho Chehab [this message]
2021-09-02 11:03       ` YP WU
  -- strict thread matches above, loose matches on Subject: below --
2021-04-14  9:40 YP WU

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210715095933.63dbcd31@coco.lan \
    --to=mchehab@kernel.org \
    --cc=Jason-BF.Huang@mediatek.com \
    --cc=Lecopzer.Chen@mediatek.com \
    --cc=francis.lee@mediatek.com \
    --cc=gustavoars@kernel.org \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=leo.hsiao@mediatek.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=yp.wu@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox