Home
last modified time | relevance | path

Searched refs:tuners (Results 1 – 25 of 42) sorted by relevance

12

/drivers/cpufreq/
A 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()
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(sizeof(*tuners), GFP_KERNEL); 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 …]
A Dcpufreq_ondemand.c70 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in generic_powersave_bias_target()
119 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in dbs_freq_increase()
141 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in od_update()
297 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in powersave_bias_store()
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 …]
A Dcpufreq_governor.h41 void *tuners; member
59 struct _gov##_dbs_tuners *tuners = dbs_data->tuners; \
60 return sprintf(buf, "%u\n", tuners->file_name); \
/drivers/media/pci/ivtv/
A Divtv-cards.c251 .tuners = {
292 .tuners = {
334 .tuners = {
370 .tuners = {
412 .tuners = {
486 .tuners = {
517 .tuners = {
561 .tuners = {
593 .tuners = {
623 .tuners = {
[all …]
/drivers/media/pci/cx18/
A Dcx18-cards.c218 .tuners = {
268 .tuners = {
328 .tuners = {
386 .tuners = {
436 .tuners = {
482 .tuners = {
535 .tuners = {
A Dcx18-gpio.c234 if (cx->card->tuners[0].tuner == TUNER_XC2028) in resetctrl_reset()
260 if (cx->card->tuners[0].tuner == TUNER_XC2028) { in cx18_gpio_init()
316 cx->card->tuners[0].tuner != TUNER_XC2028) in cx18_reset_tuner_gpio()
/drivers/media/tuners/
A 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.
/drivers/media/
A DKconfig41 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"
A DMakefile10 obj-y += i2c/ tuners/
/drivers/media/dvb-frontends/drx39xyj/
A DMakefile6 ccflags-y += -I$(srctree)/drivers/media/tuners/
/drivers/media/pci/pt1/
A DMakefile7 ccflags-y += -I $(srctree)/drivers/media/tuners
/drivers/media/pci/smipcie/
A DMakefile7 ccflags-y += -I $(srctree)/drivers/media/tuners
/drivers/media/pci/pt3/
A DMakefile8 ccflags-y += -I $(srctree)/drivers/media/tuners
/drivers/media/pci/ngene/
A DMakefile11 ccflags-y += -I $(srctree)/drivers/media/tuners/
/drivers/media/platform/st/sti/c8sectpfe/
A DMakefile11 ccflags-y += -I $(srctree)/drivers/media/tuners/
/drivers/media/pci/ttpci/
A DMakefile12 ccflags-y += -I $(srctree)/drivers/media/tuners
/drivers/media/pci/ddbridge/
A DMakefile13 ccflags-y += -I $(srctree)/drivers/media/tuners/
/drivers/media/common/b2c2/
A DMakefile8 ccflags-y += -I $(srctree)/drivers/media/tuners/
/drivers/media/pci/saa7164/
A DMakefile8 ccflags-y += -I$(srctree)/drivers/media/tuners
/drivers/media/usb/au0828/
A DMakefile14 ccflags-y += -I $(srctree)/drivers/media/tuners
/drivers/media/pci/bt8xx/
A DMakefile10 ccflags-y += -I $(srctree)/drivers/media/tuners
/drivers/staging/media/av7110/
A DMakefile18 ccflags-y += -I $(srctree)/drivers/media/tuners
/drivers/media/usb/cx231xx/
A DMakefile12 ccflags-y += -I $(srctree)/drivers/media/tuners
/drivers/media/usb/em28xx/
A DMakefile14 ccflags-y += -I $(srctree)/drivers/media/tuners
/drivers/media/pci/saa7134/
A DMakefile15 ccflags-y += -I$(srctree)/drivers/media/tuners

Completed in 39 milliseconds

12