Home
last modified time | relevance | path

Searched full:tuners (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/kernel/linux/linux-5.10/include/media/
Dtuner-types.h3 * descriptions for simple tuners.
35 * Please notice that digital tuners like xc3028/xc4000/xc5000 don't use
37 * analog tuners that are compatible with the "Philips way" to setup the
38 * tuners. On those devices, the tuner set is done via 4 bytes:
45 * Some tuners also have an additional optional Auxiliary byte (AB).
55 * are used by drivers/media/tuners/tuner-types.c in
57 * the parameters are for tuners based on tda9887 IF-PLL
59 * very common on legacy analog tuners.
65 * @cb_first_if_lower_freq: Many Philips-based tuners have a comment in
83 * @port1_fm_high_sensitivity: Many Philips tuners use tda9887 PORT1 to select
[all …]
Dtuner.h3 * tuner.h - definition for different tuners
193 * tuners that require extra parameters to be set.
194 * Only a very few tuners require it and its usage on
195 * newer tuners should be avoided.
196 * @tuner_callback: Some tuners require to call back the bridge driver,
/kernel/linux/linux-6.6/include/media/
Dtuner-types.h3 * descriptions for simple tuners.
35 * Please notice that digital tuners like xc3028/xc4000/xc5000 don't use
37 * analog tuners that are compatible with the "Philips way" to setup the
38 * tuners. On those devices, the tuner set is done via 4 bytes:
45 * Some tuners also have an additional optional Auxiliary byte (AB).
55 * are used by drivers/media/tuners/tuner-types.c in
57 * the parameters are for tuners based on tda9887 IF-PLL
59 * very common on legacy analog tuners.
65 * @cb_first_if_lower_freq: Many Philips-based tuners have a comment in
83 * @port1_fm_high_sensitivity: Many Philips tuners use tda9887 PORT1 to select
[all …]
Dtuner.h3 * tuner.h - definition for different tuners
194 * tuners that require extra parameters to be set.
195 * Only a very few tuners require it and its usage on
196 * newer tuners should be avoided.
197 * @tuner_callback: Some tuners require to call back the bridge driver,
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dext-ctrls-rf-tuner.rst15 baseband frequency (BB). Tuners that could do baseband output are often
16 called Zero-IF tuners. Older tuners were typically simple PLL tuners
18 without a metal box "silicon tuners". These controls are mostly
19 applicable for new feature rich silicon tuners, just because older
20 tuners does not have much adjustable features.
22 For more information about RF tuners see
Dvidioc-g-tuner.rst43 enumerate all tuners applications shall begin at index zero,
46 Tuners have two writable properties, the audio mode and the radio
120 Some tuners or audio decoders can determine the received audio
226 switched. (B/G PAL tuners for example are typically not considered
232 for details. Only ``V4L2_TUNER_ANALOG_TV`` tuners can have this
253 Only ``V4L2_TUNER_ANALOG_TV`` tuners can have this capability.
257 is supported. Only ``V4L2_TUNER_ANALOG_TV`` tuners can have this
266 ``V4L2_TUNER_ANALOG_TV`` tuners can have this capability.
276 tuners.
365 ``V4L2_TUNER_ANALOG_TV`` tuners support this mode.
[all …]
Dtuner.rst6 Tuners and Modulators
10 Tuners chapter
13 Video input devices can have one or more tuners demodulating a RF
38 device has one or more tuners.
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-rf-tuner.rst15 baseband frequency (BB). Tuners that could do baseband output are often
16 called Zero-IF tuners. Older tuners were typically simple PLL tuners
18 without a metal box "silicon tuners". These controls are mostly
19 applicable for new feature rich silicon tuners, just because older
20 tuners does not have much adjustable features.
22 For more information about RF tuners see
Dvidioc-g-tuner.rst43 enumerate all tuners applications shall begin at index zero,
46 Tuners have two writable properties, the audio mode and the radio
120 Some tuners or audio decoders can determine the received audio
226 switched. (B/G PAL tuners for example are typically not considered
232 for details. Only ``V4L2_TUNER_ANALOG_TV`` tuners can have this
253 Only ``V4L2_TUNER_ANALOG_TV`` tuners can have this capability.
257 is supported. Only ``V4L2_TUNER_ANALOG_TV`` tuners can have this
266 ``V4L2_TUNER_ANALOG_TV`` tuners can have this capability.
276 tuners.
365 ``V4L2_TUNER_ANALOG_TV`` tuners support this mode.
[all …]
Dtuner.rst6 Tuners and Modulators
10 Tuners chapter
13 Video input devices can have one or more tuners demodulating a RF
38 device has one or more tuners.
/kernel/linux/linux-5.10/drivers/cpufreq/
Dcpufreq_conservative.c64 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in cs_dbs_update()
166 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in store_up_threshold()
182 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in store_down_threshold()
225 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in store_freq_step()
285 struct cs_dbs_tuners *tuners; in cs_init() local
287 tuners = kzalloc(sizeof(*tuners), GFP_KERNEL); in cs_init()
288 if (!tuners) in cs_init()
291 tuners->down_threshold = DEF_FREQUENCY_DOWN_THRESHOLD; in cs_init()
292 tuners->freq_step = DEF_FREQUENCY_STEP; in cs_init()
296 dbs_data->tuners = tuners; in cs_init()
[all …]
Dcpufreq_ondemand.c71 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in generic_powersave_bias_target()
117 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in dbs_freq_increase()
139 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in od_update()
295 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in store_powersave_bias()
356 struct od_dbs_tuners *tuners; in od_init() local
360 tuners = kzalloc(sizeof(*tuners), GFP_KERNEL); in od_init()
361 if (!tuners) in od_init()
376 tuners->powersave_bias = default_powersave_bias; in od_init()
379 dbs_data->tuners = tuners; in od_init()
385 kfree(dbs_data->tuners); in od_exit()
[all …]
Dcpufreq_governor.h41 void *tuners; member
59 struct _gov##_dbs_tuners *tuners = dbs_data->tuners; \
60 return sprintf(buf, "%u\n", tuners->file_name); \
/kernel/linux/linux-6.6/drivers/cpufreq/
Dcpufreq_conservative.c64 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in cs_dbs_update()
168 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in up_threshold_store()
184 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in down_threshold_store()
227 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in freq_step_store()
288 struct cs_dbs_tuners *tuners; in cs_init() local
290 tuners = kzalloc(sizeof(*tuners), GFP_KERNEL); in cs_init()
291 if (!tuners) in cs_init()
294 tuners->down_threshold = DEF_FREQUENCY_DOWN_THRESHOLD; in cs_init()
295 tuners->freq_step = DEF_FREQUENCY_STEP; in cs_init()
299 dbs_data->tuners = tuners; in cs_init()
[all …]
Dcpufreq_ondemand.c71 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in generic_powersave_bias_target()
120 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in dbs_freq_increase()
142 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in od_update()
298 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in powersave_bias_store()
360 struct od_dbs_tuners *tuners; in od_init() local
364 tuners = kzalloc(sizeof(*tuners), GFP_KERNEL); in od_init()
365 if (!tuners) in od_init()
380 tuners->powersave_bias = default_powersave_bias; in od_init()
383 dbs_data->tuners = tuners; in od_init()
389 kfree(dbs_data->tuners); in od_exit()
[all …]
Dcpufreq_governor.h41 void *tuners; member
59 struct _gov##_dbs_tuners *tuners = dbs_data->tuners; \
60 return sprintf(buf, "%u\n", tuners->file_name); \
/kernel/linux/linux-5.10/drivers/media/tuners/
DKconfig2 # Analog TV tuners, auto-loaded via tuner.ko
22 menu "Customize TV tuners"
32 Say Y here to include support for various simple tuners.
94 tristate "Microtune 2032 / 2050 tuners"
136 tristate "XCeive xc2028/xc3028 tuners"
140 Say Y here to include support for the xc2028/xc3028 tuners.
175 tristate "Freescale MC44S803 Low Power CMOS Broadband tuners"
179 Say Y here to support the Freescale MC44S803 based tuners
/kernel/linux/linux-6.6/drivers/media/tuners/
DKconfig2 # Analog TV tuners, auto-loaded via tuner.ko
22 menu "Customize TV tuners"
87 tristate "Freescale MC44S803 Low Power CMOS Broadband tuners"
91 Say Y here to support the Freescale MC44S803 based tuners
115 tristate "Microtune 2032 / 2050 tuners"
198 Say Y here to include support for various simple tuners.
276 tristate "XCeive xc2028/xc3028 tuners"
280 Say Y here to include support for the xc2028/xc3028 tuners.
/kernel/linux/linux-6.6/Documentation/admin-guide/media/
Dtechnisat.rst58 #) => ``Generic I2C PLL based tuners``
63 #) => ``Generic I2C PLL based tuners``
80 #) => ``Generic I2C PLL based tuners``
85 #) => ``Generic I2C PLL based tuners``
94 #) => ``Generic I2C PLL based tuners``
/kernel/linux/linux-5.10/Documentation/admin-guide/media/
Dtechnisat.rst58 #) => ``Generic I2C PLL based tuners``
63 #) => ``Generic I2C PLL based tuners``
80 #) => ``Generic I2C PLL based tuners``
85 #) => ``Generic I2C PLL based tuners``
94 #) => ``Generic I2C PLL based tuners``
/kernel/linux/linux-5.10/Documentation/driver-api/media/drivers/
Dtuners.rst49 These Tuners are PHILIPS_API compatible.
74 MK2 series PHILIPS_API, most tuners are compatible to this one !
97 Note: Only 40x2 series has TEMIC_API, all newer tuners have PHILIPS_API.
121 Other Tuners:
127 ALPS Tuners:
/kernel/linux/linux-6.6/Documentation/driver-api/media/drivers/
Dtuners.rst49 These Tuners are PHILIPS_API compatible.
74 MK2 series PHILIPS_API, most tuners are compatible to this one !
97 Note: Only 40x2 series has TEMIC_API, all newer tuners have PHILIPS_API.
121 Other Tuners:
127 ALPS Tuners:
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
Divtv-cards.c251 .tuners = {
292 .tuners = {
334 .tuners = {
370 .tuners = {
412 .tuners = {
486 .tuners = {
517 .tuners = {
561 .tuners = {
593 .tuners = {
623 .tuners = {
[all …]
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
Divtv-cards.c251 .tuners = {
292 .tuners = {
334 .tuners = {
370 .tuners = {
412 .tuners = {
486 .tuners = {
517 .tuners = {
561 .tuners = {
593 .tuners = {
623 .tuners = {
[all …]
/kernel/linux/linux-5.10/drivers/media/
DKconfig42 bool "Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends)"
49 devices such as tuners, sensors, video encoders/decoders and
241 # Ancillary drivers (tuners, i2c, spi, frontends)
259 source "drivers/media/tuners/Kconfig"

12345678910>>...12