Searched refs:TUNER_XC2028 (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/drivers/media/usb/em28xx/ |
D | em28xx-cards.c | 686 .tuner_type = TUNER_XC2028, 1039 .tuner_type = TUNER_XC2028, 1063 .tuner_type = TUNER_XC2028, 1143 .tuner_type = TUNER_XC2028, 1158 .tuner_type = TUNER_XC2028, 1186 .tuner_type = TUNER_XC2028, 1286 .tuner_type = TUNER_XC2028, 1313 .tuner_type = TUNER_XC2028, 1339 .tuner_type = TUNER_XC2028, 1365 .tuner_type = TUNER_XC2028, [all …]
|
D | em28xx-video.c | 2448 if (dev->tuner_type == TUNER_XC2028) { in em28xx_tuner_setup() 2457 xc2028_cfg.tuner = TUNER_XC2028; in em28xx_tuner_setup()
|
/Linux-v4.19/drivers/media/usb/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 | 278 case TUNER_XC2028: { in register_dvb()
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-cards.c | 228 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 279 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 339 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 446 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 493 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 546 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
|
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()
|
D | cx18-driver.c | 1085 setup.tuner_callback = (setup.type == TUNER_XC2028) ? in cx18_probe() 1088 if (setup.type == TUNER_XC2028) { in cx18_probe()
|
/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-cards.c | 1569 .tuner_type = TUNER_XC2028, 1607 .tuner_type = TUNER_XC2028, 1716 .tuner_type = TUNER_XC2028, 1760 .tuner_type = TUNER_XC2028, 1795 .tuner_type = TUNER_XC2028, 1833 .tuner_type = TUNER_XC2028, 1856 .tuner_type = TUNER_XC2028, 1893 .tuner_type = TUNER_XC2028, 2120 .tuner_type = TUNER_XC2028, 2160 .tuner_type = TUNER_XC2028, [all …]
|
/Linux-v4.19/include/media/ |
D | tuner.h | 119 #define TUNER_XC2028 71 macro
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-cards.c | 904 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 940 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 978 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 1173 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 }, 1208 { .std = V4L2_STD_ALL, .tuner = TUNER_XC2028 },
|
D | ivtv-driver.c | 1193 setup.tuner_callback = (setup.type == TUNER_XC2028) ? in ivtv_probe() 1196 if (setup.type == TUNER_XC2028) { in ivtv_probe()
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885-cards.c | 174 .tuner_type = TUNER_XC2028, 226 .tuner_type = TUNER_XC2028, 486 .tuner_type = TUNER_XC2028, 632 .tuner_type = TUNER_XC2028,
|
/Linux-v4.19/drivers/media/common/ |
D | tveeprom.c | 208 { TUNER_XC2028, "Xceive XC3028"},
|
/Linux-v4.19/drivers/media/pci/saa7134/ |
D | saa7134-cards.c | 1310 .tuner_type = TUNER_XC2028, 4722 .tuner_type = TUNER_XC2028, 4748 .tuner_type = TUNER_XC2028, 4774 .tuner_type = TUNER_XC2028, 4796 .tuner_type = TUNER_XC2028, 4842 .tuner_type = TUNER_XC2028, 7303 case TUNER_XC2028: in saa7134_tuner_callback() 7665 if (dev->tuner_type == TUNER_XC2028) { in saa7134_tuner_setup() 7687 xc2028_cfg.tuner = TUNER_XC2028; in saa7134_tuner_setup()
|
/Linux-v4.19/drivers/media/tuners/ |
D | tuner-types.c | 1831 [TUNER_XC2028] = { /* Xceive 2028 */
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | tuner-core.c | 325 case TUNER_XC2028: in set_type()
|
/Linux-v4.19/drivers/media/usb/cx231xx/ |
D | cx231xx-core.c | 1390 (dev->board.tuner_type == TUNER_XC2028)) in cx231xx_dev_init()
|