/linux-3.4.99/drivers/media/video/cx88/ |
D | cx88-cards.c | 33 static unsigned int tuner[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 34 static unsigned int radio[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 35 static unsigned int card[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 45 static unsigned int latency = UNSET; 72 .tuner_type = UNSET, 73 .radio_type = UNSET, 92 .tuner_type = UNSET, 93 .radio_type = UNSET, 121 .tuner_type = UNSET, 122 .radio_type = UNSET, [all …]
|
D | cx88-tvaudio.c | 810 core->audiomode_manual = UNSET; in cx88_newstation() 832 t->rxsubchans = UNSET; in cx88_get_stereo() 872 if (UNSET == t->rxsubchans) { in cx88_get_stereo() 884 u32 ctl = UNSET; in cx88_set_stereo() 885 u32 mask = UNSET; in cx88_set_stereo() 890 if (UNSET != core->audiomode_manual) in cx88_set_stereo() 978 if (UNSET != ctl) { in cx88_set_stereo() 1015 if (UNSET != core->audiomode_manual) in cx88_audio_thread()
|
D | cx88-dsp.c | 181 return UNSET; in detect_a2_a2m_eiaj() 228 return UNSET; in detect_btsc() 275 s32 ret = UNSET; in cx88_dsp_detect_stereo_sap() 313 if (UNSET != ret) in cx88_dsp_detect_stereo_sap()
|
D | cx88-video.c | 52 static unsigned int video_nr[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 53 static unsigned int vbi_nr[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 54 static unsigned int radio_nr[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 644 dma->sglist, 0, UNSET, in buffer_prepare() 649 dma->sglist, UNSET, 0, in buffer_prepare() 1212 if (UNSET != core->board.tuner_type) in vidioc_querycap() 1400 if (unlikely(UNSET == core->board.tuner_type)) in vidioc_g_tuner() 1421 if (UNSET == core->board.tuner_type) in vidioc_s_tuner() 1436 if (unlikely(UNSET == core->board.tuner_type)) in vidioc_g_frequency() 1451 if (unlikely(UNSET == core->board.tuner_type)) in cx88_set_freq()
|
D | cx88-core.c | 138 if (UNSET != top_offset) in cx88_risc_buffer() 140 if (UNSET != bottom_offset) in cx88_risc_buffer() 154 if (UNSET != top_offset) in cx88_risc_buffer() 157 if (UNSET != bottom_offset) in cx88_risc_buffer()
|
D | cx88.h | 46 #define UNSET (-1U) macro 157 #define CX88_BOARD_NOAUTO UNSET
|
D | cx88-blackbird.c | 738 if (UNSET != core->board.tuner_type) in vidioc_querycap() 969 if (unlikely(UNSET == core->board.tuner_type)) in vidioc_g_frequency() 1007 if (unlikely(UNSET == core->board.tuner_type)) in vidioc_g_tuner() 1028 if (UNSET == core->board.tuner_type) in vidioc_s_tuner()
|
/linux-3.4.99/drivers/media/video/saa7134/ |
D | saa7134-cards.c | 61 .radio_type = UNSET, 76 .radio_type = UNSET, 105 .radio_type = UNSET, 154 .radio_type = UNSET, 197 .radio_type = UNSET, 226 .radio_type = UNSET, 276 .radio_type = UNSET, 325 .radio_type = UNSET, 356 .radio_type = UNSET, 383 .radio_type = UNSET, [all …]
|
D | saa7134-tvaudio.c | 45 static int audio_clock_override = UNSET; 573 for (audio = UNSET, i = 0; i < TVAUDIO; i++) { in tvaudio_thread() 574 if (dev->tvnorm->id != UNSET && in tvaudio_thread() 580 if (UNSET == audio) in tvaudio_thread() 591 if (UNSET == audio) in tvaudio_thread() 607 if (UNSET == dev->thread.mode) { in tvaudio_thread() 984 if (UNSET != audio_clock_override) in saa7134_tvaudio_init() 1067 dev->thread.mode = UNSET; in saa7134_tvaudio_do_scan()
|
D | saa7134-core.c | 63 static unsigned int latency = UNSET; 72 static unsigned int video_nr[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 73 static unsigned int vbi_nr[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 74 static unsigned int radio_nr[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 75 static unsigned int tuner[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 76 static unsigned int card[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 925 if (UNSET != latency) { in saa7134_initdev() 962 if (UNSET != tuner[dev->nr]) in saa7134_initdev()
|
D | saa7134.h | 48 #define UNSET (-1U) macro 144 #define SAA7134_BOARD_NOAUTO UNSET
|
/linux-3.4.99/drivers/media/video/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-3.4.99/drivers/media/common/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-3.4.99/drivers/media/video/au0828/ |
D | au0828-cards.c | 42 .tuner_type = UNSET, 103 .tuner_type = UNSET, 109 .tuner_type = UNSET, 115 .tuner_type = UNSET,
|
/linux-3.4.99/drivers/media/video/ |
D | tuner-core.c | 44 #define UNSET (-1U) macro 283 if (type == UNSET || type == TUNER_ABSENT) { in set_type() 504 if ((t->type == UNSET && ((tun_setup->addr == ADDR_UNSET) && in tuner_s_type_addr() 614 t->type = UNSET; in tuner_probe() 838 if (t->type == UNSET) { in set_tv_freq() 979 if (t->type == UNSET) { in set_radio_freq()
|
/linux-3.4.99/drivers/media/video/cx23885/ |
D | cx23885-core.c | 51 static unsigned int card[] = {[0 ... (CX23885_MAXBOARDS - 1)] = UNSET }; 889 dev->board = UNSET; in cx23885_dev_setup() 892 for (i = 0; UNSET == dev->board && i < cx23885_idcount; i++) in cx23885_dev_setup() 896 if (UNSET == dev->board) { in cx23885_dev_setup() 1152 if (UNSET != top_offset) in cx23885_risc_buffer() 1154 if (UNSET != bottom_offset) in cx23885_risc_buffer() 1171 if (UNSET != top_offset) in cx23885_risc_buffer() 1174 if (UNSET != bottom_offset) in cx23885_risc_buffer() 1227 if (UNSET != top_offset) in cx23885_risc_vbibuffer() 1229 if (UNSET != bottom_offset) in cx23885_risc_vbibuffer() [all …]
|
D | cx23885-video.c | 48 static unsigned int video_nr[] = {[0 ... (CX23885_MAXBOARDS - 1)] = UNSET }; 49 static unsigned int vbi_nr[] = {[0 ... (CX23885_MAXBOARDS - 1)] = UNSET }; 50 static unsigned int radio_nr[] = {[0 ... (CX23885_MAXBOARDS - 1)] = UNSET }; 687 dma->sglist, 0, UNSET, in buffer_prepare() 692 dma->sglist, UNSET, 0, in buffer_prepare() 1153 if (UNSET != dev->tuner_type) in vidioc_querycap() 1472 if (unlikely(UNSET == dev->tuner_type)) in vidioc_g_tuner() 1488 if (UNSET == dev->tuner_type) in vidioc_s_tuner() 1504 if (unlikely(UNSET == dev->tuner_type)) in vidioc_g_frequency() 1520 if (unlikely(UNSET == dev->tuner_type)) in cx23885_set_freq()
|
D | cx23885.h | 43 #define UNSET (-1U) macro 56 #define CX23885_BOARD_NOAUTO UNSET
|
/linux-3.4.99/drivers/media/dvb/dm1105/ |
D | dm1105.c | 52 #define UNSET (-1U) macro 54 #define DM1105_BOARD_NOAUTO UNSET 196 static unsigned int card[] = {[0 ... 3] = UNSET }; 990 dev->boardnr = UNSET; in dm1105_probe() 993 for (i = 0; UNSET == dev->boardnr && in dm1105_probe() 1001 if (UNSET == dev->boardnr) { in dm1105_probe()
|
/linux-3.4.99/drivers/media/video/hdpvr/ |
D | hdpvr.h | 32 #define UNSET (-1U) macro
|
/linux-3.4.99/include/media/ |
D | videobuf-core.h | 22 #define UNSET (-1U) macro
|
/linux-3.4.99/drivers/media/video/saa7164/ |
D | saa7164.h | 74 #define UNSET (-1U) macro 75 #define SAA7164_BOARD_NOAUTO UNSET
|
D | saa7164-core.c | 71 static unsigned int card[] = {[0 ... (SAA7164_MAXBOARDS - 1)] = UNSET }; 1011 dev->board = UNSET; in saa7164_dev_setup() 1015 for (i = 0; UNSET == dev->board && i < saa7164_idcount; i++) in saa7164_dev_setup() 1021 if (UNSET == dev->board) { in saa7164_dev_setup()
|
/linux-3.4.99/drivers/media/video/cx25821/ |
D | cx25821-core.c | 40 static unsigned int card[] = {[0 ... (CX25821_MAXBOARDS - 1)] = UNSET }; 1145 if (UNSET != top_offset) in cx25821_risc_buffer() 1147 if (UNSET != bottom_offset) in cx25821_risc_buffer() 1166 if (UNSET != top_offset) { in cx25821_risc_buffer() 1171 if (UNSET != bottom_offset) { in cx25821_risc_buffer()
|
D | cx25821-video.c | 35 static unsigned int video_nr[] = {[0 ... (CX25821_MAXBOARDS - 1)] = UNSET }; 36 static unsigned int radio_nr[] = {[0 ... (CX25821_MAXBOARDS - 1)] = UNSET }; 631 dma->sglist, 0, UNSET, in cx25821_buffer_prepare() 636 dma->sglist, UNSET, 0, in cx25821_buffer_prepare() 1168 if (UNSET != dev->tuner_type) in cx25821_vidioc_querycap() 1406 if (unlikely(UNSET == dev->tuner_type)) in cx25821_vidioc_g_tuner() 1434 if (UNSET == dev->tuner_type) in cx25821_vidioc_s_tuner()
|