/linux-6.3-rc2/drivers/media/pci/cx88/ |
A D | cx88-cards.c | 54 .tuner_type = UNSET, 55 .radio_type = UNSET, 74 .tuner_type = UNSET, 75 .radio_type = UNSET, 954 .tuner_type = UNSET, 955 .radio_type = UNSET, 980 .tuner_type = UNSET, 981 .radio_type = UNSET, 992 .tuner_type = UNSET, 993 .radio_type = UNSET, [all …]
|
A D | cx88-tvaudio.c | 803 core->audiomode_manual = UNSET; in cx88_newstation() 828 t->rxsubchans = UNSET; in cx88_get_stereo() 868 if (t->rxsubchans == UNSET) { in cx88_get_stereo() 883 u32 ctl = UNSET; in cx88_set_stereo() 884 u32 mask = UNSET; in cx88_set_stereo() 889 if (core->audiomode_manual != UNSET) in cx88_set_stereo() 978 if (ctl != UNSET) { in cx88_set_stereo() 1014 if (core->audiomode_manual != UNSET) in cx88_audio_thread()
|
A D | cx88-dsp.c | 183 return UNSET; in detect_a2_a2m_eiaj() 234 return UNSET; in detect_btsc() 276 s32 ret = UNSET; in cx88_dsp_detect_stereo_sap() 314 if (ret != UNSET) in cx88_dsp_detect_stereo_sap()
|
A D | cx88-video.c | 41 static unsigned int video_nr[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 450 sgt->sgl, 0, UNSET, in buffer_prepare() 455 sgt->sgl, UNSET, 0, in buffer_prepare() 797 if (core->board.tuner_type != UNSET) in cx88_querycap() 914 if (unlikely(core->board.tuner_type == UNSET)) in vidioc_g_tuner() 936 if (core->board.tuner_type == UNSET) in vidioc_s_tuner() 951 if (unlikely(core->board.tuner_type == UNSET)) in vidioc_g_frequency() 968 if (unlikely(core->board.tuner_type == UNSET)) in cx88_set_freq() 1452 if (core->board.tuner_type != UNSET) in cx8800_initdev() 1469 if (core->board.tuner_type != UNSET) in cx8800_initdev() [all …]
|
A D | cx88-core.c | 139 if (top_offset != UNSET) in cx88_risc_buffer() 141 if (bottom_offset != UNSET) in cx88_risc_buffer() 162 if (top_offset != UNSET) in cx88_risc_buffer() 165 if (bottom_offset != UNSET) in cx88_risc_buffer() 168 top_offset == UNSET); in cx88_risc_buffer()
|
A D | cx88-blackbird.c | 897 if (unlikely(core->board.tuner_type == UNSET)) in vidioc_s_frequency() 940 if (unlikely(core->board.tuner_type == UNSET)) in vidioc_g_frequency() 982 if (unlikely(core->board.tuner_type == UNSET)) in vidioc_g_tuner() 1004 if (core->board.tuner_type == UNSET) in vidioc_s_tuner() 1139 if (dev->core->board.tuner_type != UNSET) in blackbird_register_video()
|
A D | cx88.h | 37 #define UNSET (-1U) macro 139 #define CX88_BOARD_NOAUTO UNSET
|
/linux-6.3-rc2/drivers/media/pci/saa7134/ |
A D | saa7134-cards.c | 60 .radio_type = UNSET, 75 .radio_type = UNSET, 102 .radio_type = UNSET, 149 .radio_type = UNSET, 191 .radio_type = UNSET, 219 .radio_type = UNSET, 2403 .radio_type = UNSET, 2444 .radio_type = UNSET, 3820 .radio_type = UNSET, 3990 .radio_type = UNSET, [all …]
|
A D | saa7134-tvaudio.c | 32 static int audio_clock_override = UNSET; 558 for (audio = UNSET, i = 0; i < TVAUDIO; i++) { in tvaudio_thread() 559 if (dev->tvnorm->id != UNSET && in tvaudio_thread() 565 if (UNSET == audio) in tvaudio_thread() 576 if (UNSET == audio) in tvaudio_thread() 592 if (UNSET == dev->thread.mode) { in tvaudio_thread() 972 if (UNSET != audio_clock_override) in saa7134_tvaudio_init() 1055 dev->thread.mode = UNSET; in saa7134_tvaudio_do_scan()
|
A D | saa7134-core.c | 50 static unsigned int latency = UNSET; 62 static unsigned int video_nr[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 63 static unsigned int vbi_nr[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 64 static unsigned int radio_nr[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 65 static unsigned int tuner[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 66 static unsigned int card[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 1082 if (UNSET != latency) { in saa7134_initdev() 1118 if (UNSET != tuner[dev->nr]) in saa7134_initdev() 1210 if (dev->tuner_type != TUNER_ABSENT && dev->tuner_type != UNSET) in saa7134_initdev() 1232 if (dev->tuner_type != TUNER_ABSENT && dev->tuner_type != UNSET) in saa7134_initdev()
|
A D | saa7134-empress.c | 24 static unsigned int empress_nr[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 296 if (dev->tuner_type != TUNER_ABSENT && dev->tuner_type != UNSET) in empress_init()
|
/linux-6.3-rc2/drivers/media/pci/bt8xx/ |
A D | bttv-cards.c | 354 .tuner_type = UNSET, 366 .tuner_type = UNSET, 378 .tuner_type = UNSET, 418 .tuner_type = UNSET, 430 .tuner_type = UNSET, 458 .tuner_type = UNSET, 483 .tuner_type = UNSET, 495 .tuner_type = UNSET, 508 .tuner_type = UNSET, 536 .tuner_type = UNSET, [all …]
|
/linux-6.3-rc2/drivers/media/pci/tw68/ |
A D | tw68-risc.c | 141 if (UNSET != top_offset) in tw68_risc_buffer() 143 if (UNSET != bottom_offset) in tw68_risc_buffer() 161 if (UNSET != top_offset) /* generates SYNCO */ in tw68_risc_buffer() 164 if (UNSET != bottom_offset) /* generates SYNCE */ in tw68_risc_buffer() 166 bpl, padding, lines, top_offset == UNSET); in tw68_risc_buffer()
|
A D | tw68-core.c | 43 static unsigned int latency = UNSET; 47 static unsigned int video_nr[] = {[0 ... (TW68_MAXBOARDS - 1)] = UNSET }; 51 static unsigned int card[] = {[0 ... (TW68_MAXBOARDS - 1)] = UNSET }; 238 if (UNSET != latency) { in tw68_initdev()
|
A D | tw68.h | 35 #define UNSET (-1U) macro 96 #define TW68_BOARD_NOAUTO UNSET
|
/linux-6.3-rc2/drivers/media/tuners/ |
A D | tda9887.c | 46 #define UNSET (-1U) macro 433 static unsigned int port1 = UNSET; 434 static unsigned int port2 = UNSET; 435 static unsigned int qss = UNSET; 436 static unsigned int adjust = UNSET; 448 if (UNSET != port1) { in tda9887_set_insmod() 454 if (UNSET != port2) { in tda9887_set_insmod() 461 if (UNSET != qss) { in tda9887_set_insmod()
|
/linux-6.3-rc2/drivers/media/pci/cx23885/ |
A D | cx23885-core.c | 907 dev->board = UNSET; in cx23885_dev_setup() 914 if (UNSET == dev->board) { in cx23885_dev_setup() 1207 if (UNSET != top_offset) in cx23885_risc_buffer() 1209 if (UNSET != bottom_offset) in cx23885_risc_buffer() 1228 if (UNSET != top_offset) in cx23885_risc_buffer() 1231 if (UNSET != bottom_offset) in cx23885_risc_buffer() 1233 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_buffer() 1284 if (UNSET != top_offset) in cx23885_risc_vbibuffer() 1286 if (UNSET != bottom_offset) in cx23885_risc_vbibuffer() 1307 if (UNSET != top_offset) in cx23885_risc_vbibuffer() [all …]
|
A D | cx23885.h | 31 #define UNSET (-1U) macro 41 #define CX23885_BOARD_NOAUTO UNSET
|
/linux-6.3-rc2/drivers/media/pci/dm1105/ |
A D | dm1105.c | 38 #define UNSET (-1U) macro 40 #define DM1105_BOARD_NOAUTO UNSET 182 static unsigned int card[] = {[0 ... 3] = UNSET }; 985 dev->boardnr = UNSET; in dm1105_probe() 988 for (i = 0; UNSET == dev->boardnr && in dm1105_probe() 996 if (UNSET == dev->boardnr) { in dm1105_probe()
|
/linux-6.3-rc2/drivers/media/v4l2-core/ |
A D | tuner-core.c | 45 #define UNSET (-1U) macro 307 if (type == UNSET || type == TUNER_ABSENT) { in set_type() 532 if ((t->type == UNSET && ((tun_setup->addr == ADDR_UNSET) && in tuner_s_type_addr() 642 t->type = UNSET; in tuner_probe() 899 if (t->type == UNSET) { in set_tv_freq() 1040 if (t->type == UNSET) { in set_radio_freq()
|
/linux-6.3-rc2/drivers/media/pci/cx25821/ |
A D | cx25821-core.c | 26 static unsigned int card[] = {[0 ... (CX25821_MAXBOARDS - 1)] = UNSET }; 1061 if (UNSET != top_offset) in cx25821_risc_buffer() 1063 if (UNSET != bottom_offset) in cx25821_risc_buffer() 1082 if (UNSET != top_offset) { in cx25821_risc_buffer() 1087 if (UNSET != bottom_offset) { in cx25821_risc_buffer() 1089 padding, lines, UNSET == top_offset); in cx25821_risc_buffer()
|
A D | cx25821-video.c | 20 static unsigned int video_nr[] = {[0 ... (CX25821_MAXBOARDS - 1)] = UNSET }; 180 sgt->sgl, 0, UNSET, in cx25821_buffer_prepare() 185 sgt->sgl, UNSET, 0, in cx25821_buffer_prepare()
|
/linux-6.3-rc2/drivers/media/usb/hdpvr/ |
A D | hdpvr.h | 29 #define UNSET (-1U) macro
|
/linux-6.3-rc2/include/media/ |
A D | videobuf-core.h | 19 #define UNSET (-1U) macro
|
/linux-6.3-rc2/drivers/media/pci/saa7164/ |
A D | saa7164.h | 59 #define UNSET (-1U) macro 60 #define SAA7164_BOARD_NOAUTO UNSET
|