/drivers/media/pci/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; 77 .tuner_type = UNSET, 78 .radio_type = UNSET, 97 .tuner_type = UNSET, 98 .radio_type = UNSET, 126 .tuner_type = UNSET, 127 .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 | 53 static unsigned int video_nr[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 54 static unsigned int vbi_nr[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 55 static unsigned int radio_nr[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 462 sgt->sgl, 0, UNSET, in buffer_prepare() 467 sgt->sgl, UNSET, 0, in buffer_prepare() 805 if (UNSET != core->board.tuner_type) in cx88_querycap() 936 if (unlikely(UNSET == core->board.tuner_type)) in vidioc_g_tuner() 958 if (UNSET == core->board.tuner_type) in vidioc_s_tuner() 973 if (unlikely(UNSET == core->board.tuner_type)) in vidioc_g_frequency() 990 if (unlikely(UNSET == core->board.tuner_type)) in cx88_set_freq() [all …]
|
D | cx88-core.c | 144 if (UNSET != top_offset) in cx88_risc_buffer() 146 if (UNSET != bottom_offset) in cx88_risc_buffer() 163 if (UNSET != top_offset) in cx88_risc_buffer() 166 if (UNSET != bottom_offset) in cx88_risc_buffer() 168 bpl, padding, lines, 0, top_offset == UNSET); in cx88_risc_buffer()
|
D | cx88-blackbird.c | 881 if (unlikely(UNSET == core->board.tuner_type)) in vidioc_s_frequency() 924 if (unlikely(UNSET == core->board.tuner_type)) in vidioc_g_frequency() 966 if (unlikely(UNSET == core->board.tuner_type)) in vidioc_g_tuner() 988 if (UNSET == core->board.tuner_type) in vidioc_s_tuner()
|
D | cx88.h | 45 #define UNSET (-1U) macro 148 #define CX88_BOARD_NOAUTO UNSET
|
/drivers/media/pci/saa7134/ |
D | saa7134-cards.c | 67 .radio_type = UNSET, 82 .radio_type = UNSET, 111 .radio_type = UNSET, 160 .radio_type = UNSET, 203 .radio_type = UNSET, 232 .radio_type = UNSET, 282 .radio_type = UNSET, 331 .radio_type = UNSET, 362 .radio_type = UNSET, 389 .radio_type = UNSET, [all …]
|
D | saa7134-tvaudio.c | 45 static int audio_clock_override = UNSET; 571 for (audio = UNSET, i = 0; i < TVAUDIO; i++) { in tvaudio_thread() 572 if (dev->tvnorm->id != UNSET && in tvaudio_thread() 578 if (UNSET == audio) in tvaudio_thread() 589 if (UNSET == audio) in tvaudio_thread() 605 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; 76 static unsigned int video_nr[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 77 static unsigned int vbi_nr[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 78 static unsigned int radio_nr[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 79 static unsigned int tuner[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 80 static unsigned int card[] = {[0 ... (SAA7134_MAXBOARDS - 1)] = UNSET }; 940 if (UNSET != latency) { in saa7134_initdev() 976 if (UNSET != tuner[dev->nr]) in saa7134_initdev()
|
/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 …]
|
/drivers/media/pci/tw68/ |
D | tw68-risc.c | 149 if (UNSET != top_offset) in tw68_risc_buffer() 151 if (UNSET != bottom_offset) in tw68_risc_buffer() 168 if (UNSET != top_offset) /* generates SYNCO */ in tw68_risc_buffer() 171 if (UNSET != bottom_offset) /* generates SYNCE */ in tw68_risc_buffer() 173 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
|
/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()
|
/drivers/media/pci/cx23885/ |
D | cx23885-core.c | 47 static unsigned int card[] = {[0 ... (CX23885_MAXBOARDS - 1)] = UNSET }; 859 dev->board = UNSET; in cx23885_dev_setup() 862 for (i = 0; UNSET == dev->board && i < cx23885_idcount; i++) in cx23885_dev_setup() 866 if (UNSET == dev->board) { in cx23885_dev_setup() 1145 if (UNSET != top_offset) in cx23885_risc_buffer() 1147 if (UNSET != bottom_offset) in cx23885_risc_buffer() 1165 if (UNSET != top_offset) in cx23885_risc_buffer() 1168 if (UNSET != bottom_offset) in cx23885_risc_buffer() 1170 bpl, padding, lines, 0, UNSET == top_offset); in cx23885_risc_buffer() 1220 if (UNSET != top_offset) in cx23885_risc_vbibuffer() [all …]
|
D | cx23885.h | 39 #define UNSET (-1U) macro 49 #define CX23885_BOARD_NOAUTO UNSET
|
D | cx23885-video.c | 46 static unsigned int video_nr[] = {[0 ... (CX23885_MAXBOARDS - 1)] = UNSET }; 47 static unsigned int vbi_nr[] = {[0 ... (CX23885_MAXBOARDS - 1)] = UNSET }; 349 sgt->sgl, 0, UNSET, in buffer_prepare() 354 sgt->sgl, UNSET, 0, in buffer_prepare()
|
/drivers/media/v4l2-core/ |
D | tuner-core.c | 44 #define UNSET (-1U) macro 274 if (type == UNSET || type == TUNER_ABSENT) { in set_type() 499 if ((t->type == UNSET && ((tun_setup->addr == ADDR_UNSET) && in tuner_s_type_addr() 612 t->type = UNSET; in tuner_probe() 848 if (t->type == UNSET) { in set_tv_freq() 989 if (t->type == UNSET) { in set_radio_freq()
|
/drivers/media/pci/dm1105/ |
D | dm1105.c | 53 #define UNSET (-1U) macro 55 #define DM1105_BOARD_NOAUTO UNSET 197 static unsigned int card[] = {[0 ... 3] = UNSET }; 1001 dev->boardnr = UNSET; in dm1105_probe() 1004 for (i = 0; UNSET == dev->boardnr && in dm1105_probe() 1012 if (UNSET == dev->boardnr) { in dm1105_probe()
|
/drivers/media/pci/cx25821/ |
D | cx25821-core.c | 40 static unsigned int card[] = {[0 ... (CX25821_MAXBOARDS - 1)] = UNSET }; 1082 if (UNSET != top_offset) in cx25821_risc_buffer() 1084 if (UNSET != bottom_offset) in cx25821_risc_buffer() 1103 if (UNSET != top_offset) { in cx25821_risc_buffer() 1108 if (UNSET != bottom_offset) { in cx25821_risc_buffer() 1110 padding, lines, UNSET == top_offset); in cx25821_risc_buffer()
|
D | cx25821-video.c | 35 static unsigned int video_nr[] = {[0 ... (CX25821_MAXBOARDS - 1)] = UNSET }; 199 sgt->sgl, 0, UNSET, in cx25821_buffer_prepare() 204 sgt->sgl, UNSET, 0, in cx25821_buffer_prepare()
|
/drivers/media/usb/hdpvr/ |
D | hdpvr.h | 33 #define UNSET (-1U) macro
|
/drivers/media/pci/saa7164/ |
D | saa7164.h | 73 #define UNSET (-1U) macro 74 #define SAA7164_BOARD_NOAUTO UNSET
|
/drivers/media/i2c/ |
D | tvaudio.c | 55 #define UNSET (-1U) macro 845 static unsigned int tda9874a_SIF = UNSET; 846 static unsigned int tda9874a_AMSEL = UNSET; 847 static unsigned int tda9874a_STD = UNSET;
|