/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-cards.c | 28 static unsigned int tuner[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 29 static unsigned int radio[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 30 static unsigned int card[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 40 static unsigned int latency = UNSET; 63 .tuner_type = UNSET, 64 .radio_type = UNSET, 83 .tuner_type = UNSET, 84 .radio_type = UNSET, 112 .tuner_type = UNSET, 113 .radio_type = UNSET, [all …]
|
D | cx88-tvaudio.c | 812 core->audiomode_manual = UNSET; in cx88_newstation() 837 t->rxsubchans = UNSET; in cx88_get_stereo() 877 if (t->rxsubchans == UNSET) { in cx88_get_stereo() 892 u32 ctl = UNSET; in cx88_set_stereo() 893 u32 mask = UNSET; in cx88_set_stereo() 898 if (core->audiomode_manual != UNSET) in cx88_set_stereo() 987 if (ctl != UNSET) { in cx88_set_stereo() 1023 if (core->audiomode_manual != UNSET) in cx88_audio_thread()
|
D | cx88-dsp.c | 192 return UNSET; in detect_a2_a2m_eiaj() 243 return UNSET; in detect_btsc() 285 s32 ret = UNSET; in cx88_dsp_detect_stereo_sap() 323 if (ret != UNSET) in cx88_dsp_detect_stereo_sap()
|
D | cx88-video.c | 50 static unsigned int video_nr[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 51 static unsigned int vbi_nr[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 52 static unsigned int radio_nr[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 470 sgt->sgl, 0, UNSET, in buffer_prepare() 475 sgt->sgl, UNSET, 0, in buffer_prepare() 816 if (core->board.tuner_type != UNSET) in cx88_querycap() 950 if (unlikely(core->board.tuner_type == UNSET)) in vidioc_g_tuner() 972 if (core->board.tuner_type == UNSET) in vidioc_s_tuner() 987 if (unlikely(core->board.tuner_type == UNSET)) in vidioc_g_frequency() 1004 if (unlikely(core->board.tuner_type == UNSET)) in cx88_set_freq() [all …]
|
D | cx88-core.c | 148 if (top_offset != UNSET) in cx88_risc_buffer() 150 if (bottom_offset != UNSET) in cx88_risc_buffer() 170 if (top_offset != UNSET) in cx88_risc_buffer() 173 if (bottom_offset != UNSET) in cx88_risc_buffer() 176 top_offset == UNSET); in cx88_risc_buffer()
|
D | cx88.h | 46 #define UNSET (-1U) macro 149 #define CX88_BOARD_NOAUTO UNSET
|
D | cx88-blackbird.c | 908 if (unlikely(core->board.tuner_type == UNSET)) in vidioc_s_frequency() 951 if (unlikely(core->board.tuner_type == UNSET)) in vidioc_g_frequency() 993 if (unlikely(core->board.tuner_type == UNSET)) in vidioc_g_tuner() 1015 if (core->board.tuner_type == UNSET) in vidioc_s_tuner()
|
/Linux-v4.19/drivers/media/pci/saa7134/ |
D | saa7134-cards.c | 69 .radio_type = UNSET, 84 .radio_type = UNSET, 111 .radio_type = UNSET, 158 .radio_type = UNSET, 200 .radio_type = UNSET, 228 .radio_type = UNSET, 276 .radio_type = UNSET, 323 .radio_type = UNSET, 353 .radio_type = UNSET, 379 .radio_type = UNSET, [all …]
|
D | saa7134-tvaudio.c | 41 static int audio_clock_override = UNSET; 568 for (audio = UNSET, i = 0; i < TVAUDIO; i++) { in tvaudio_thread() 569 if (dev->tvnorm->id != UNSET && in tvaudio_thread() 575 if (UNSET == audio) in tvaudio_thread() 586 if (UNSET == audio) in tvaudio_thread() 602 if (UNSET == dev->thread.mode) { in tvaudio_thread() 980 if (UNSET != audio_clock_override) in saa7134_tvaudio_init() 1063 dev->thread.mode = UNSET; in saa7134_tvaudio_do_scan()
|
D | saa7134-core.c | 59 static unsigned int latency = UNSET; 71 static unsigned int video_nr[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 72 static unsigned int vbi_nr[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 73 static unsigned int radio_nr[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 74 static unsigned int tuner[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 75 static unsigned int card[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 1091 if (UNSET != latency) { in saa7134_initdev() 1127 if (UNSET != tuner[dev->nr]) in saa7134_initdev()
|
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | bttv-cards.c | 95 static unsigned int latency = UNSET; 98 static unsigned int card[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET }; 99 static unsigned int pll[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET }; 100 static unsigned int tuner[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET }; 101 static unsigned int svhs[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET }; 102 static unsigned int remote[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET }; 106 static unsigned int autoload = UNSET; 107 static unsigned int gpiomask = UNSET; 108 static unsigned int audioall = UNSET; 109 static unsigned int audiomux[5] = { [ 0 ... 4 ] = UNSET }; [all …]
|
/Linux-v4.19/drivers/media/pci/tw68/ |
D | tw68-risc.c | 150 if (UNSET != top_offset) in tw68_risc_buffer() 152 if (UNSET != bottom_offset) in tw68_risc_buffer() 169 if (UNSET != top_offset) /* generates SYNCO */ in tw68_risc_buffer() 172 if (UNSET != bottom_offset) /* generates SYNCE */ in tw68_risc_buffer() 174 bpl, padding, lines, top_offset == UNSET); in tw68_risc_buffer()
|
D | tw68-core.c | 52 static unsigned int latency = UNSET; 56 static unsigned int video_nr[] = {[0 ... (TW68_MAXBOARDS - 1)] = UNSET }; 60 static unsigned int card[] = {[0 ... (TW68_MAXBOARDS - 1)] = UNSET }; 247 if (UNSET != latency) { in tw68_initdev()
|
D | tw68.h | 44 #define UNSET (-1U) macro 106 #define TW68_BOARD_NOAUTO UNSET
|
/Linux-v4.19/drivers/media/tuners/ |
D | tda9887.c | 45 #define UNSET (-1U) macro 432 static unsigned int port1 = UNSET; 433 static unsigned int port2 = UNSET; 434 static unsigned int qss = UNSET; 435 static unsigned int adjust = UNSET; 447 if (UNSET != port1) { in tda9887_set_insmod() 453 if (UNSET != port2) { in tda9887_set_insmod() 460 if (UNSET != qss) { in tda9887_set_insmod()
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885-core.c | 48 static unsigned int card[] = {[0 ... (CX23885_MAXBOARDS - 1)] = UNSET }; 899 dev->board = UNSET; in cx23885_dev_setup() 902 for (i = 0; UNSET == dev->board && i < cx23885_idcount; i++) in cx23885_dev_setup() 906 if (UNSET == dev->board) { in cx23885_dev_setup() 1199 if (UNSET != top_offset) in cx23885_risc_buffer() 1201 if (UNSET != bottom_offset) in cx23885_risc_buffer() 1219 if (UNSET != top_offset) in cx23885_risc_buffer() 1222 if (UNSET != bottom_offset) in cx23885_risc_buffer() 1224 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_buffer() 1274 if (UNSET != top_offset) in cx23885_risc_vbibuffer() [all …]
|
D | cx23885.h | 41 #define UNSET (-1U) macro 51 #define CX23885_BOARD_NOAUTO UNSET
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | tuner-core.c | 44 #define UNSET (-1U) macro 259 if (type == UNSET || type == TUNER_ABSENT) { in set_type() 484 if ((t->type == UNSET && ((tun_setup->addr == ADDR_UNSET) && in tuner_s_type_addr() 596 t->type = UNSET; in tuner_probe() 849 if (t->type == UNSET) { in set_tv_freq() 990 if (t->type == UNSET) { in set_radio_freq()
|
/Linux-v4.19/drivers/media/pci/dm1105/ |
D | dm1105.c | 49 #define UNSET (-1U) macro 51 #define DM1105_BOARD_NOAUTO UNSET 193 static unsigned int card[] = {[0 ... 3] = UNSET }; 998 dev->boardnr = UNSET; in dm1105_probe() 1001 for (i = 0; UNSET == dev->boardnr && in dm1105_probe() 1009 if (UNSET == dev->boardnr) { in dm1105_probe()
|
/Linux-v4.19/drivers/media/pci/cx25821/ |
D | cx25821-core.c | 36 static unsigned int card[] = {[0 ... (CX25821_MAXBOARDS - 1)] = UNSET }; 1076 if (UNSET != top_offset) in cx25821_risc_buffer() 1078 if (UNSET != bottom_offset) in cx25821_risc_buffer() 1097 if (UNSET != top_offset) { in cx25821_risc_buffer() 1102 if (UNSET != bottom_offset) { in cx25821_risc_buffer() 1104 padding, lines, UNSET == top_offset); in cx25821_risc_buffer()
|
D | cx25821-video.c | 31 static unsigned int video_nr[] = {[0 ... (CX25821_MAXBOARDS - 1)] = UNSET }; 193 sgt->sgl, 0, UNSET, in cx25821_buffer_prepare() 198 sgt->sgl, UNSET, 0, in cx25821_buffer_prepare()
|
/Linux-v4.19/drivers/media/usb/hdpvr/ |
D | hdpvr.h | 33 #define UNSET (-1U) macro
|
/Linux-v4.19/include/media/ |
D | videobuf-core.h | 22 #define UNSET (-1U) macro
|
/Linux-v4.19/drivers/media/pci/saa7164/ |
D | saa7164.h | 69 #define UNSET (-1U) macro 70 #define SAA7164_BOARD_NOAUTO UNSET
|
/Linux-v4.19/drivers/media/i2c/ |
D | tvaudio.c | 53 #define UNSET (-1U) macro 878 static unsigned int tda9874a_SIF = UNSET; 879 static unsigned int tda9874a_AMSEL = UNSET; 880 static unsigned int tda9874a_STD = UNSET;
|