Home
last modified time | relevance | path

Searched refs:TUNER_XC2028 (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-cards.c707 .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 …]
H A Dem28xx-video.c2487 if (dev->tuner_type == TUNER_XC2028) { in em28xx_tuner_setup()
2496 xc2028_cfg.tuner = TUNER_XC2028; in em28xx_tuner_setup()
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-cards.c219 { .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 },
H 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()
331 cx->card->tuners[0].tuner != TUNER_XC2028) in cx18_reset_tuner_gpio()
H A Dcx18-driver.c1075 setup.tuner_callback = (setup.type == TUNER_XC2028) ? in cx18_probe()
1078 if (setup.type == TUNER_XC2028) { in cx18_probe()
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-cards.c1560 .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 …]
/openbmc/linux/include/media/
H A Dtuner.h110 #define TUNER_XC2028 71 macro
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-cards.c892 { .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 },
H A Divtv-driver.c1192 setup.tuner_callback = (setup.type == TUNER_XC2028) ? in ivtv_probe()
1195 if (setup.type == TUNER_XC2028) { in ivtv_probe()
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-cards.c164 .tuner_type = TUNER_XC2028,
216 .tuner_type = TUNER_XC2028,
476 .tuner_type = TUNER_XC2028,
622 .tuner_type = TUNER_XC2028,
/openbmc/linux/drivers/media/common/
H A Dtveeprom.c200 { TUNER_XC2028, "Xceive XC3028"},
/openbmc/linux/drivers/media/pci/saa7134/
H A Dsaa7134-cards.c1301 .tuner_type = TUNER_XC2028,
4727 .tuner_type = TUNER_XC2028,
4753 .tuner_type = TUNER_XC2028,
4779 .tuner_type = TUNER_XC2028,
4801 .tuner_type = TUNER_XC2028,
4847 .tuner_type = TUNER_XC2028,
7361 case TUNER_XC2028: in saa7134_tuner_callback()
7723 if (dev->tuner_type == TUNER_XC2028) { in saa7134_tuner_setup()
7745 xc2028_cfg.tuner = TUNER_XC2028; in saa7134_tuner_setup()
/openbmc/linux/drivers/media/tuners/
H A Dtuner-types.c1832 [TUNER_XC2028] = { /* Xceive 2028 */
/openbmc/linux/drivers/media/v4l2-core/
H A Dtuner-core.c373 case TUNER_XC2028: in set_type()
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-core.c1374 (dev->board.tuner_type == TUNER_XC2028)) in cx231xx_dev_init()