Home
last modified time | relevance | path

Searched refs:TUNER_ABSENT (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/common/
H A Dtveeprom.c68 { TUNER_ABSENT, "None" },
69 { TUNER_ABSENT, "External" },
70 { TUNER_ABSENT, "Unspecified" },
97 { TUNER_ABSENT, "Samsung TCPN9082D" },
98 { TUNER_ABSENT, "Samsung TCPM9092P" },
101 { TUNER_ABSENT, "Samsung TCPN9085D" },
102 { TUNER_ABSENT, "Samsung TCPB9085P" },
103 { TUNER_ABSENT, "Samsung TCPL9091P" },
110 { TUNER_ABSENT, "Philips FI1256MP" },
112 { TUNER_ABSENT, "Samsung TCPQ9091P" },
[all …]
/linux/drivers/media/pci/bt8xx/
H A Dbttv-cards.c404 .tuner_type = TUNER_ABSENT,
441 .tuner_type = TUNER_ABSENT,
599 .tuner_type = TUNER_ABSENT,
764 .tuner_type = TUNER_ABSENT,
804 .tuner_type = TUNER_ABSENT,
1002 .tuner_type = TUNER_ABSENT,
1209 .tuner_type = TUNER_ABSENT,
1268 .tuner_type = TUNER_ABSENT,
1412 .tuner_type = TUNER_ABSENT,
1449 .tuner_type = TUNER_ABSENT,
[all …]
H A Dbttv-driver.c1163 btv->audio_input = (btv->tuner_type != TUNER_ABSENT && input == 0) ? in set_input()
1645 if (btv->tuner_type != TUNER_ABSENT && i->index == 0) { in bttv_enum_input()
2138 if (btv->tuner_type != TUNER_ABSENT) in bttv_querycap()
3086 if (btv->tuner_type == TUNER_ABSENT) { in vdev_init()
3138 if (btv->tuner_type != TUNER_ABSENT) in bttv_register_video()
3156 if (btv->tuner_type != TUNER_ABSENT) in bttv_register_video()
3390 if (btv->tuner_type != TUNER_ABSENT) { in bttv_probe()
/linux/include/media/
H A Dtuner.h23 #define TUNER_ABSENT 4 macro
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-devattr.c641 .default_tuner_type = TUNER_ABSENT,
665 .default_tuner_type = TUNER_ABSENT,
/linux/drivers/media/pci/saa7134/
H A Dsaa7134-core.c1174 if (TUNER_ABSENT != dev->tuner_type) in saa7134_initdev()
1184 if (dev->tuner_type != TUNER_ABSENT && dev->tuner_type != UNSET) in saa7134_initdev()
1203 if (dev->tuner_type != TUNER_ABSENT && dev->tuner_type != UNSET) in saa7134_initdev()
/linux/drivers/media/v4l2-core/
H A Dtuner-core.c307 if (type == UNSET || type == TUNER_ABSENT) { in set_type()
501 t->type = TUNER_ABSENT; in set_type()
/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-dvb.c561 dev->tuner_type == TUNER_ABSENT); in register_dvb()
/linux/drivers/media/pci/cx18/
H A Dcx18-driver.c405 if (tv.tuner_type == TUNER_ABSENT) in cx18_process_eeprom()
/linux/drivers/media/pci/ivtv/
H A Divtv-driver.c468 if (tv.tuner_type == TUNER_ABSENT) in ivtv_process_eeprom()