Searched refs:TUNER_ABSENT (Results 1 – 14 of 14) sorted by relevance
/linux/drivers/media/common/ |
H A D | tveeprom.c | 68 { 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 D | bttv-cards.c | 404 .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/drivers/media/usb/em28xx/ |
H A D | em28xx-cards.c | 699 .tuner_type = TUNER_ABSENT, 713 .tuner_type = TUNER_ABSENT, 726 .tuner_type = TUNER_ABSENT, 744 .tuner_type = TUNER_ABSENT, 958 .tuner_type = TUNER_ABSENT, 968 .tuner_type = TUNER_ABSENT, 1002 .tuner_type = TUNER_ABSENT, /* Capture only device */ 1018 .tuner_type = TUNER_ABSENT, 1029 .tuner_type = TUNER_ABSENT, /* Capture only device */ 1127 .tuner_type = TUNER_ABSENT, /* Capture only device */ [all …]
|
H A D | em28xx-dvb.c | 1081 if (!dev->has_video || dev->tuner_type == TUNER_ABSENT) in em28xx_register_dvb()
|
/linux/drivers/media/pci/cx23885/ |
H A D | cx23885-cards.c | 318 .tuner_type = TUNER_ABSENT, 347 .tuner_type = TUNER_ABSENT, 435 .tuner_type = TUNER_ABSENT, 656 .tuner_type = TUNER_ABSENT, 706 .tuner_type = TUNER_ABSENT, 782 .tuner_type = TUNER_ABSENT, 797 .tuner_type = TUNER_ABSENT, 804 .tuner_type = TUNER_ABSENT, 818 .tuner_type = TUNER_ABSENT, 824 .tuner_type = TUNER_ABSENT,
|
/linux/include/media/ |
H A D | tuner.h | 23 #define TUNER_ABSENT 4 macro
|
/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-devattr.c | 641 .default_tuner_type = TUNER_ABSENT, 665 .default_tuner_type = TUNER_ABSENT,
|
/linux/drivers/media/usb/au0828/ |
H A D | au0828-cards.c | 220 if (dev->board.tuner_type != TUNER_ABSENT && dev->board.has_analog) { in au0828_card_analog_fe_setup()
|
/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-core.c | 1174 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 D | tuner-core.c | 307 if (type == UNSET || type == TUNER_ABSENT) { in set_type() 501 t->type = TUNER_ABSENT; in set_type()
|
/linux/drivers/media/usb/cx231xx/ |
H A D | cx231xx-dvb.c | 561 dev->tuner_type == TUNER_ABSENT); in register_dvb()
|
/linux/drivers/media/tuners/ |
H A D | tuner-types.c | 1477 [TUNER_ABSENT] = { /* Tuner Absent */
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-driver.c | 405 if (tv.tuner_type == TUNER_ABSENT) in cx18_process_eeprom()
|
/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.c | 481 if (tv.tuner_type == TUNER_ABSENT) in ivtv_process_eeprom()
|