/Linux-v4.19/drivers/media/common/ |
D | tveeprom.c | 76 { TUNER_ABSENT, "None" }, 77 { TUNER_ABSENT, "External" }, 78 { TUNER_ABSENT, "Unspecified" }, 105 { TUNER_ABSENT, "Samsung TCPN9082D" }, 106 { TUNER_ABSENT, "Samsung TCPM9092P" }, 109 { TUNER_ABSENT, "Samsung TCPN9085D" }, 110 { TUNER_ABSENT, "Samsung TCPB9085P" }, 111 { TUNER_ABSENT, "Samsung TCPL9091P" }, 118 { TUNER_ABSENT, "Philips FI1256MP" }, 120 { TUNER_ABSENT, "Samsung TCPQ9091P" }, [all …]
|
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 418 .tuner_type = TUNER_ABSENT, 455 .tuner_type = TUNER_ABSENT, 613 .tuner_type = TUNER_ABSENT, 778 .tuner_type = TUNER_ABSENT, 818 .tuner_type = TUNER_ABSENT, 1016 .tuner_type = TUNER_ABSENT, 1223 .tuner_type = TUNER_ABSENT, 1282 .tuner_type = TUNER_ABSENT, 1426 .tuner_type = TUNER_ABSENT, 1463 .tuner_type = TUNER_ABSENT, [all …]
|
D | bttv-driver.c | 1208 btv->audio_input = (btv->tuner_type != TUNER_ABSENT && input == 0) ? in set_input() 1772 if (btv->tuner_type != TUNER_ABSENT && i->index == 0) { in bttv_enum_input() 2498 if (btv->tuner_type != TUNER_ABSENT) in bttv_querycap() 3936 if (btv->tuner_type == TUNER_ABSENT) { in vdev_init() 4196 if (btv->tuner_type != TUNER_ABSENT) { in bttv_probe()
|
/Linux-v4.19/drivers/media/usb/em28xx/ |
D | em28xx-cards.c | 654 .tuner_type = TUNER_ABSENT, 668 .tuner_type = TUNER_ABSENT, 681 .tuner_type = TUNER_ABSENT, 699 .tuner_type = TUNER_ABSENT, 913 .tuner_type = TUNER_ABSENT, 923 .tuner_type = TUNER_ABSENT, 957 .tuner_type = TUNER_ABSENT, /* Capture only device */ 973 .tuner_type = TUNER_ABSENT, 984 .tuner_type = TUNER_ABSENT, /* Capture only device */ 1082 .tuner_type = TUNER_ABSENT, /* Capture only device */ [all …]
|
D | em28xx-video.c | 1023 if (dev->tuner_type != TUNER_ABSENT) in em28xx_v4l2_create_entities() 1938 if (dev->tuner_type != TUNER_ABSENT) in vidioc_querycap() 2430 if (dev->tuner_type != TUNER_ABSENT && dev->tuner_type) { in em28xx_tuner_setup() 2550 if (dev->board.tuner_type != TUNER_ABSENT) { in em28xx_v4l2_init() 2724 if (dev->tuner_type == TUNER_ABSENT) { in em28xx_v4l2_init() 2754 if (dev->tuner_type == TUNER_ABSENT) { in em28xx_v4l2_init()
|
D | em28xx-dvb.c | 1084 if (!dev->has_video || dev->tuner_type == TUNER_ABSENT) in em28xx_register_dvb()
|
/Linux-v4.19/drivers/media/usb/cx231xx/ |
D | cx231xx-cards.c | 71 .tuner_type = TUNER_ABSENT, 255 .tuner_type = TUNER_ABSENT, 381 .tuner_type = TUNER_ABSENT, 522 .tuner_type = TUNER_ABSENT, 551 .tuner_type = TUNER_ABSENT, 645 .tuner_type = TUNER_ABSENT, 671 .tuner_type = TUNER_ABSENT, 742 .tuner_type = TUNER_ABSENT, 781 .tuner_type = TUNER_ABSENT, 820 .tuner_type = TUNER_ABSENT, [all …]
|
D | cx231xx-video.c | 1135 if (dev->tuner_type == TUNER_ABSENT) in cx231xx_v4l2_create_entities() 1569 if (dev->tuner_type != TUNER_ABSENT) in cx231xx_querycap() 2174 if (dev->tuner_type == TUNER_ABSENT) { in cx231xx_vdev_init()
|
D | cx231xx-dvb.c | 573 dev->tuner_type == TUNER_ABSENT); in register_dvb()
|
D | cx231xx-avcore.c | 2347 if (dev->board.tuner_type != TUNER_ABSENT) { in cx231xx_set_power_mode() 2411 if (dev->board.tuner_type != TUNER_ABSENT) { in cx231xx_set_power_mode()
|
D | cx231xx-417.c | 1960 if (dev->tuner_type == TUNER_ABSENT) { in cx231xx_video_dev_init()
|
/Linux-v4.19/include/media/ |
D | tuner.h | 32 #define TUNER_ABSENT 4 macro
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885-video.c | 647 if (dev->tuner_type != TUNER_ABSENT) in vidioc_querycap() 885 if (dev->tuner_type == TUNER_ABSENT) in vidioc_g_tuner() 901 if (dev->tuner_type == TUNER_ABSENT) in vidioc_s_tuner() 916 if (dev->tuner_type == TUNER_ABSENT) in vidioc_g_frequency() 932 if (dev->tuner_type == TUNER_ABSENT) in cx23885_set_freq() 1205 if ((TUNER_ABSENT != dev->tuner_type) && in cx23885_video_register()
|
D | cx23885-cards.c | 328 .tuner_type = TUNER_ABSENT, 357 .tuner_type = TUNER_ABSENT, 445 .tuner_type = TUNER_ABSENT, 666 .tuner_type = TUNER_ABSENT, 793 .tuner_type = TUNER_ABSENT,
|
D | cx23885-417.c | 1279 if (dev->tuner_type == TUNER_ABSENT) in vidioc_g_tuner() 1296 if (dev->tuner_type == TUNER_ABSENT) in vidioc_s_tuner() 1310 if (dev->tuner_type == TUNER_ABSENT) in vidioc_g_frequency() 1338 if (dev->tuner_type != TUNER_ABSENT) in vidioc_querycap()
|
/Linux-v4.19/drivers/media/pci/saa7134/ |
D | saa7134-cards.c | 68 .tuner_type = TUNER_ABSENT, 848 .tuner_type = TUNER_ABSENT, 933 .tuner_type = TUNER_ABSENT, 1294 .tuner_type = TUNER_ABSENT, 1953 .tuner_type = TUNER_ABSENT, 2392 .tuner_type = TUNER_ABSENT, 2411 .tuner_type = TUNER_ABSENT, 2452 .tuner_type = TUNER_ABSENT, 2516 .tuner_type = TUNER_ABSENT, 2797 .tuner_type = TUNER_ABSENT, [all …]
|
D | saa7134-core.c | 1206 if (TUNER_ABSENT != dev->tuner_type) in saa7134_initdev()
|
D | saa7134-video.c | 1511 if ((tuner_type != TUNER_ABSENT) && (tuner_type != UNSET)) in saa7134_querycap()
|
/Linux-v4.19/drivers/media/usb/au0828/ |
D | au0828-cards.c | 230 if (dev->board.tuner_type != TUNER_ABSENT && dev->board.has_analog) { in au0828_card_analog_fe_setup()
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | tuner-core.c | 259 if (type == UNSET || type == TUNER_ABSENT) { in set_type() 453 t->type = TUNER_ABSENT; in set_type()
|
/Linux-v4.19/drivers/media/tuners/ |
D | tuner-types.c | 1460 [TUNER_ABSENT] = { /* Tuner Absent */
|
/Linux-v4.19/drivers/media/usb/tm6000/ |
D | tm6000-cards.c | 491 .tuner_type = TUNER_ABSENT,
|
D | tm6000-video.c | 861 if (dev->tuner_type != TUNER_ABSENT) in vidioc_querycap()
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-driver.c | 415 if (tv.tuner_type == TUNER_ABSENT) in cx18_process_eeprom()
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-driver.c | 512 if (tv.tuner_type == TUNER_ABSENT) in ivtv_process_eeprom()
|