Home
last modified time | relevance | path

Searched refs:TUNER_ABSENT (Results 1 – 6 of 6) 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 …]
/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/usb/cx231xx/
H A Dcx231xx-dvb.c561 dev->tuner_type == TUNER_ABSENT); in register_dvb()