| /linux/drivers/cpufreq/ |
| H A D | cpufreq_conservative.c | 64 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() 226 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in freq_step_store() 287 struct cs_dbs_tuners *tuners; in cs_init() local 289 tuners = kzalloc_obj(*tuners); in cs_init() 290 if (!tuners) in cs_init() 293 tuners->down_threshold = DEF_FREQUENCY_DOWN_THRESHOLD; in cs_init() 294 tuners->freq_step = DEF_FREQUENCY_STEP; in cs_init() 298 dbs_data->tuners = tuners; in cs_init() [all …]
|
| H A D | cpufreq_ondemand.c | 47 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in generic_powersave_bias_target() 96 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in dbs_freq_increase() 118 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in od_update() 274 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in powersave_bias_store() 336 struct od_dbs_tuners *tuners; in od_init() local 338 tuners = kzalloc_obj(*tuners); in od_init() 339 if (!tuners) in od_init() 351 tuners->powersave_bias = default_powersave_bias; in od_init() 354 dbs_data->tuners = tuners; in od_init() 360 kfree(dbs_data->tuners); in od_exit() [all …]
|
| H A D | cpufreq_governor.h | 42 void *tuners; member 60 struct _gov##_dbs_tuners *tuners = dbs_data->tuners; \ 61 return sysfs_emit(buf, "%u\n", tuners->file_name); \
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-rf-tuner.rst | 16 baseband frequency (BB). Tuners that could do baseband output are often 17 called Zero-IF tuners. Older tuners were typically simple PLL tuners 19 without a metal box "silicon tuners". These controls are mostly 20 applicable for new feature rich silicon tuners, just because older 21 tuners does not have much adjustable features. 23 For more information about RF tuners see
|
| H A D | vidioc-g-tuner.rst | 43 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 …]
|
| H A D | tuner.rst | 7 Tuners and Modulators 11 Tuners chapter 14 Video input devices can have one or more tuners demodulating a RF 39 device has one or more tuners.
|
| H A D | diff-v4l.rst | 197 Unlike the ``tuners`` field expressing the number of tuners of this 200 device can have multiple tuners. The index number of the tuner 202 struct :c:type:`v4l2_input`. Enumeration of tuners is 224 ``video_tuner`` can be used to enumerate the tuners of a 228 :c:type:`v4l2_tuner`. Tuners are covered in :ref:`tuner`. 230 The ``tuner`` field counting tuners was renamed to ``index``. The fields 371 information on tuners. Related to audio modes struct
|
| H A D | audio.rst | 14 tuners with video inputs or outputs only, and radio devices have none of 98 with multiple tuners.
|
| /linux/drivers/media/tuners/ |
| H A D | Kconfig | 2 # 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.
|
| H A D | tuner-i2c.h | 3 tuner-i2c.h - i2c interface for different tuners 72 * multiple instances of hybrid tuners.
|
| /linux/Documentation/admin-guide/media/ |
| H A D | technisat.rst | 58 #) => ``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``
|
| H A D | frontend-cardlist.rst | 86 ts2020 Montage Technology TS2020 based tuners 131 Digital terrestrial only tuners/PLL 137 dvb-pll Generic I2C PLL based tuners 185 stb6100 STB6100 based tuners 188 stv6110x STV6110/(A) based tuners 189 stv6111 STV6111 based tuners
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | tuners.rst | 49 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:
|
| /linux/include/media/ |
| H A D | tuner.h | 3 * tuner.h - definition for different tuners 195 * tuners that require extra parameters to be set. 196 * Only a very few tuners require it and its usage on 197 * newer tuners should be avoided. 198 * @tuner_callback: Some tuners require to call back the bridge driver,
|
| /linux/drivers/media/ |
| H A D | Kconfig | 41 bool "Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends)" 48 devices such as tuners, sensors, video encoders/decoders and 245 # Ancillary drivers (tuners, i2c, spi, frontends) 263 source "drivers/media/tuners/Kconfig"
|
| /linux/drivers/media/pci/pt3/ |
| H A D | pt3.c | 132 * all 4 tuners in PT3 are packaged in a can module (Sharp VA4M6JC2103). 155 /* LNA is shared btw. 2 TERR-tuners */ in pt3_set_lna() 189 /* LNB power is shared btw. 2 SAT-tuners */ in pt3_set_voltage() 234 * pt3_fe_init: initialize demod sub modules and ISDB-T tuners all at once. 236 * As for demod IC (TC90522) and ISDB-T tuners (MxL301RF), 302 /* init and wake-up ISDB-S tuners */ in pt3_fe_init() 312 dev_warn(&pt3->pdev->dev, "Failed to init TERR-tuners\n"); in pt3_fe_init() 322 /* Wake up all tuners and make an initial tuning, in pt3_fe_init() 323 * in order to avoid interference among the tuners in the module, in pt3_fe_init()
|
| H A D | Makefile | 8 ccflags-y += -I $(srctree)/drivers/media/tuners
|
| /linux/drivers/media/v4l2-core/ |
| H A D | tuner-core.c | 109 * an Intermediate Frequency (IF) or to baseband (on zero-IF tuners). 111 * Tuner audio output source pad. Tuners used to decode analog TV 112 * signals have an extra pad for audio output. Old tuners use an 117 * msp34xx. On modern silicon tuners, the audio IF decoder is usually 289 * @new_config: an optional parameter used by a few tuners to adjust 481 /* Some tuners require more initialization setup before use, in set_type() 485 on analog tuners for PLL to properly work in set_type() 579 * Search for existing radio and/or TV tuners on the given I2C adapter, 614 *tuner_probe - Probes the existing tuners on an I2C bus 618 * This routine probes for tuners at the expected I2C addresses. On most [all …]
|
| /linux/drivers/media/dvb-frontends/drx39xyj/ |
| H A D | Makefile | 6 ccflags-y += -I$(srctree)/drivers/media/tuners/
|
| /linux/drivers/media/pci/pt1/ |
| H A D | Makefile | 7 ccflags-y += -I $(srctree)/drivers/media/tuners
|
| /linux/drivers/media/pci/smipcie/ |
| H A D | Makefile | 7 ccflags-y += -I $(srctree)/drivers/media/tuners
|
| /linux/drivers/media/pci/ngene/ |
| H A D | Makefile | 11 ccflags-y += -I $(srctree)/drivers/media/tuners/
|
| /linux/drivers/media/pci/saa7164/ |
| H A D | Makefile | 8 ccflags-y += -I$(srctree)/drivers/media/tuners
|
| /linux/drivers/media/common/b2c2/ |
| H A D | Makefile | 8 ccflags-y += -I $(srctree)/drivers/media/tuners/
|
| /linux/drivers/media/pci/ttpci/ |
| H A D | Makefile | 12 ccflags-y += -I $(srctree)/drivers/media/tuners
|