/Linux-v4.19/drivers/cpufreq/ |
D | cpufreq_conservative.c | 67 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in cs_dbs_update() 167 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in store_up_threshold() 183 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in store_down_threshold() 226 struct cs_dbs_tuners *cs_tuners = dbs_data->tuners; in store_freq_step() 286 struct cs_dbs_tuners *tuners; in cs_init() local 288 tuners = kzalloc(sizeof(*tuners), GFP_KERNEL); in cs_init() 289 if (!tuners) in cs_init() 292 tuners->down_threshold = DEF_FREQUENCY_DOWN_THRESHOLD; in cs_init() 293 tuners->freq_step = DEF_FREQUENCY_STEP; in cs_init() 297 dbs_data->tuners = tuners; in cs_init() [all …]
|
D | cpufreq_ondemand.c | 74 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 store_powersave_bias() 359 struct od_dbs_tuners *tuners; in od_init() local 363 tuners = kzalloc(sizeof(*tuners), GFP_KERNEL); in od_init() 364 if (!tuners) in od_init() 379 tuners->powersave_bias = default_powersave_bias; in od_init() 382 dbs_data->tuners = tuners; in od_init() 388 kfree(dbs_data->tuners); in od_exit() [all …]
|
D | cpufreq_governor.h | 43 void *tuners; member 61 struct _gov##_dbs_tuners *tuners = dbs_data->tuners; \ 62 return sprintf(buf, "%u\n", tuners->file_name); \
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-cards.c | 263 .tuners = { 304 .tuners = { 346 .tuners = { 382 .tuners = { 424 .tuners = { 498 .tuners = { 529 .tuners = { 573 .tuners = { 605 .tuners = { 635 .tuners = { [all …]
|
/Linux-v4.19/Documentation/media/dvb-drivers/ |
D | technisat.rst | 56 #) => ``Generic I2C PLL based tuners`` 61 #) => ``Generic I2C PLL based tuners`` 78 #) => ``Generic I2C PLL based tuners`` 83 #) => ``Generic I2C PLL based tuners`` 92 #) => ``Generic I2C PLL based tuners``
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-cards.c | 227 .tuners = { 277 .tuners = { 337 .tuners = { 395 .tuners = { 445 .tuners = { 491 .tuners = { 544 .tuners = {
|
D | cx18-gpio.c | 243 if (cx->card->tuners[0].tuner == TUNER_XC2028) in resetctrl_reset() 269 if (cx->card->tuners[0].tuner == TUNER_XC2028) { in cx18_gpio_init() 340 cx->card->tuners[0].tuner != TUNER_XC2028) in cx18_reset_tuner_gpio()
|
/Linux-v4.19/drivers/media/tuners/ |
D | Kconfig | 1 # Analog TV tuners, auto-loaded via tuner.ko 17 menu "Customize TV tuners" 27 Say Y here to include support for various simple tuners. 89 tristate "Microtune 2032 / 2050 tuners" 131 tristate "XCeive xc2028/xc3028 tuners" 135 Say Y here to include support for the xc2028/xc3028 tuners. 170 tristate "Freescale MC44S803 Low Power CMOS Broadband tuners" 174 Say Y here to support the Freescale MC44S803 based tuners
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-tuner.rst | 43 enumerate all tuners applications shall begin at index zero, 121 Some tuners or audio decoders can determine the received audio 229 switched. (B/G PAL tuners for example are typically not considered 235 for details. Only ``V4L2_TUNER_ANALOG_TV`` tuners can have this 256 Only ``V4L2_TUNER_ANALOG_TV`` tuners can have this capability. 260 is supported. Only ``V4L2_TUNER_ANALOG_TV`` tuners can have this 269 ``V4L2_TUNER_ANALOG_TV`` tuners can have this capability. 279 tuners. 370 ``V4L2_TUNER_ANALOG_TV`` tuners support this mode. 376 ``V4L2_TUNER_ANALOG_TV`` tuners support this mode. [all …]
|
/Linux-v4.19/drivers/media/ |
D | Kconfig | 202 comment "Media ancillary drivers (tuners, sensors, i2c, spi, frontends)" 205 # Ancillary drivers (tuners, i2c, spi, frontends) 209 bool "Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends)" 217 devices such as tuners, sensors, video encoders/decoders and 239 source "drivers/media/tuners/Kconfig"
|
D | Makefile | 12 obj-y += i2c/ tuners/
|
/Linux-v4.19/drivers/media/dvb-frontends/drx39xyj/ |
D | Makefile | 5 ccflags-y += -I$(srctree)/drivers/media/tuners/
|
/Linux-v4.19/drivers/media/pci/pt1/ |
D | Makefile | 6 ccflags-y += -Idrivers/media/tuners
|
/Linux-v4.19/drivers/media/pci/smipcie/ |
D | Makefile | 7 ccflags-y += -Idrivers/media/tuners
|
/Linux-v4.19/drivers/media/usb/usbvision/ |
D | Makefile | 5 ccflags-y += -Idrivers/media/tuners
|
/Linux-v4.19/drivers/media/pci/pt3/ |
D | Makefile | 8 ccflags-y += -Idrivers/media/tuners
|
/Linux-v4.19/drivers/media/pci/ngene/ |
D | Makefile | 11 ccflags-y += -Idrivers/media/tuners/
|
/Linux-v4.19/drivers/media/platform/sti/c8sectpfe/ |
D | Makefile | 9 ccflags-y += -Idrivers/media/tuners/
|
/Linux-v4.19/drivers/media/pci/ddbridge/ |
D | Makefile | 13 ccflags-y += -Idrivers/media/tuners/
|
/Linux-v4.19/drivers/media/usb/tm6000/ |
D | Makefile | 13 ccflags-y += -Idrivers/media/tuners
|
/Linux-v4.19/drivers/media/common/b2c2/ |
D | Makefile | 8 ccflags-y += -Idrivers/media/tuners/
|
/Linux-v4.19/drivers/media/pci/saa7164/ |
D | Makefile | 8 ccflags-y += -I$(srctree)/drivers/media/tuners
|
/Linux-v4.19/drivers/media/usb/au0828/ |
D | Makefile | 14 ccflags-y += -Idrivers/media/tuners
|
/Linux-v4.19/include/media/ |
D | tuner-types.h | 202 extern struct tunertype tuners[];
|
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | Makefile | 11 ccflags-y += -Idrivers/media/tuners
|