Home
last modified time | relevance | path

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

123

/Linux-v5.4/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.h40 void *tuners; member
58 struct _gov##_dbs_tuners *tuners = dbs_data->tuners; \
59 return sprintf(buf, "%u\n", tuners->file_name); \
/Linux-v5.4/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 …]
/Linux-v5.4/Documentation/media/uapi/v4l/
Dext-ctrls-rf-tuner.rst23 called Zero-IF tuners. Older tuners were typically simple PLL tuners
25 without a metal box "silicon tuners". These controls are mostly
26 applicable for new feature rich silicon tuners, just because older
27 tuners does not have much adjustable features.
29 For more information about RF tuners see
Dvidioc-g-tuner.rst50 enumerate all tuners applications shall begin at index zero,
128 Some tuners or audio decoders can determine the received audio
236 switched. (B/G PAL tuners for example are typically not considered
242 for details. Only ``V4L2_TUNER_ANALOG_TV`` tuners can have this
263 Only ``V4L2_TUNER_ANALOG_TV`` tuners can have this capability.
267 is supported. Only ``V4L2_TUNER_ANALOG_TV`` tuners can have this
276 ``V4L2_TUNER_ANALOG_TV`` tuners can have this capability.
286 tuners.
377 ``V4L2_TUNER_ANALOG_TV`` tuners support this mode.
383 ``V4L2_TUNER_ANALOG_TV`` tuners support this mode.
[all …]
/Linux-v5.4/Documentation/media/dvb-drivers/
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``
/Linux-v5.4/drivers/media/pci/cx18/
Dcx18-cards.c218 .tuners = {
268 .tuners = {
328 .tuners = {
386 .tuners = {
436 .tuners = {
482 .tuners = {
535 .tuners = {
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()
331 cx->card->tuners[0].tuner != TUNER_XC2028) in cx18_reset_tuner_gpio()
/Linux-v5.4/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
/Linux-v5.4/drivers/media/
DKconfig181 comment "Media ancillary drivers (tuners, sensors, i2c, spi, frontends)"
184 # Ancillary drivers (tuners, i2c, spi, frontends)
188 bool "Autoselect ancillary drivers (tuners, sensors, i2c, spi, frontends)"
196 devices such as tuners, sensors, video encoders/decoders and
223 source "drivers/media/tuners/Kconfig"
DMakefile10 obj-y += i2c/ tuners/
/Linux-v5.4/drivers/media/dvb-frontends/drx39xyj/
DMakefile6 ccflags-y += -I$(srctree)/drivers/media/tuners/
/Linux-v5.4/drivers/media/pci/pt1/
DMakefile7 ccflags-y += -I $(srctree)/drivers/media/tuners
/Linux-v5.4/drivers/media/pci/smipcie/
DMakefile7 ccflags-y += -I $(srctree)/drivers/media/tuners
/Linux-v5.4/drivers/media/pci/pt3/
DMakefile8 ccflags-y += -I $(srctree)/drivers/media/tuners
/Linux-v5.4/drivers/media/platform/sti/c8sectpfe/
DMakefile8 ccflags-y += -I $(srctree)/drivers/media/tuners/
/Linux-v5.4/drivers/media/pci/ngene/
DMakefile11 ccflags-y += -I $(srctree)/drivers/media/tuners/
/Linux-v5.4/drivers/media/pci/ddbridge/
DMakefile13 ccflags-y += -I $(srctree)/drivers/media/tuners/
/Linux-v5.4/drivers/media/usb/tm6000/
DMakefile13 ccflags-y += -I $(srctree)/drivers/media/tuners
/Linux-v5.4/drivers/media/common/b2c2/
DMakefile8 ccflags-y += -I $(srctree)/drivers/media/tuners/
/Linux-v5.4/drivers/media/pci/saa7164/
DMakefile8 ccflags-y += -I$(srctree)/drivers/media/tuners
/Linux-v5.4/drivers/media/usb/au0828/
DMakefile14 ccflags-y += -I $(srctree)/drivers/media/tuners
/Linux-v5.4/include/media/
Dtuner-types.h202 extern struct tunertype tuners[];
/Linux-v5.4/drivers/media/pci/bt8xx/
DMakefile10 ccflags-y += -I $(srctree)/drivers/media/tuners

123