Searched refs:TUNER_XC2028 (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.1/drivers/media/usb/em28xx/ |
D | em28xx-cards.c | 707 .tuner_type = TUNER_XC2028, 1060 .tuner_type = TUNER_XC2028, 1084 .tuner_type = TUNER_XC2028, 1164 .tuner_type = TUNER_XC2028, 1179 .tuner_type = TUNER_XC2028, 1207 .tuner_type = TUNER_XC2028, 1307 .tuner_type = TUNER_XC2028, 1334 .tuner_type = TUNER_XC2028, 1360 .tuner_type = TUNER_XC2028, 1386 .tuner_type = TUNER_XC2028, [all …]
|
D | em28xx-video.c | 2487 if (dev->tuner_type == TUNER_XC2028) { in em28xx_tuner_setup() 2496 xc2028_cfg.tuner = TUNER_XC2028; in em28xx_tuner_setup()
|
/Linux-v6.1/drivers/staging/media/deprecated/tm6000/ |
D | tm6000-cards.c | 103 .tuner_type = TUNER_XC2028, 129 .tuner_type = TUNER_XC2028, 156 .tuner_type = TUNER_XC2028, 192 .tuner_type = TUNER_XC2028, 247 .tuner_type = TUNER_XC2028, 273 .tuner_type = TUNER_XC2028, /* has a XC3028 */ 303 .tuner_type = TUNER_XC2028, /* has a XC3028 */ 335 .tuner_type = TUNER_XC2028, /* has a XC3028 */ 447 .tuner_type = TUNER_XC2028, /* has a XC3028 */ 509 .tuner_type = TUNER_XC2028, /* has a XC3028 */ [all …]
|
D | tm6000-dvb.c | 275 case TUNER_XC2028: { in register_dvb()
|
/Linux-v6.1/drivers/media/pci/cx18/ |
D | cx18-cards.c | 219 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 270 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 330 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 437 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 484 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 537 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
|
D | cx18-gpio.c | 234 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()
|
D | cx18-driver.c | 1075 setup.tuner_callback = (setup.type == TUNER_XC2028) ? in cx18_probe() 1078 if (setup.type == TUNER_XC2028) { in cx18_probe()
|
/Linux-v6.1/drivers/media/pci/cx88/ |
D | cx88-cards.c | 1560 .tuner_type = TUNER_XC2028, 1598 .tuner_type = TUNER_XC2028, 1707 .tuner_type = TUNER_XC2028, 1751 .tuner_type = TUNER_XC2028, 1786 .tuner_type = TUNER_XC2028, 1821 .tuner_type = TUNER_XC2028, 1859 .tuner_type = TUNER_XC2028, 1882 .tuner_type = TUNER_XC2028, 1919 .tuner_type = TUNER_XC2028, 2146 .tuner_type = TUNER_XC2028, [all …]
|
/Linux-v6.1/include/media/ |
D | tuner.h | 110 #define TUNER_XC2028 71 macro
|
/Linux-v6.1/drivers/media/pci/ivtv/ |
D | ivtv-cards.c | 892 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 928 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 966 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 1161 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 1196 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
|
D | ivtv-driver.c | 1192 setup.tuner_callback = (setup.type == TUNER_XC2028) ? in ivtv_probe() 1195 if (setup.type == TUNER_XC2028) { in ivtv_probe()
|
/Linux-v6.1/drivers/media/pci/cx23885/ |
D | cx23885-cards.c | 164 .tuner_type = TUNER_XC2028, 216 .tuner_type = TUNER_XC2028, 476 .tuner_type = TUNER_XC2028, 622 .tuner_type = TUNER_XC2028,
|
/Linux-v6.1/drivers/media/common/ |
D | tveeprom.c | 200 { TUNER_XC2028, "Xceive XC3028"},
|
/Linux-v6.1/drivers/media/pci/saa7134/ |
D | saa7134-cards.c | 1301 .tuner_type = TUNER_XC2028, 4728 .tuner_type = TUNER_XC2028, 4754 .tuner_type = TUNER_XC2028, 4780 .tuner_type = TUNER_XC2028, 4802 .tuner_type = TUNER_XC2028, 4848 .tuner_type = TUNER_XC2028, 7362 case TUNER_XC2028: in saa7134_tuner_callback() 7724 if (dev->tuner_type == TUNER_XC2028) { in saa7134_tuner_setup() 7746 xc2028_cfg.tuner = TUNER_XC2028; in saa7134_tuner_setup()
|
/Linux-v6.1/drivers/media/tuners/ |
D | tuner-types.c | 1832 [TUNER_XC2028] = { /* Xceive 2028 */
|
/Linux-v6.1/drivers/media/v4l2-core/ |
D | tuner-core.c | 373 case TUNER_XC2028: in set_type()
|
/Linux-v6.1/drivers/media/usb/cx231xx/ |
D | cx231xx-core.c | 1372 (dev->board.tuner_type == TUNER_XC2028)) in cx231xx_dev_init()
|