Home
last modified time | relevance | path

Searched refs:nr_chans (Results 1 – 13 of 13) sorted by relevance

/linux-3.4.99/drivers/staging/media/solo6x10/
Doffsets.h37 (SOLO_EOSD_EXT_SIZE * __solo->nr_chans))
52 (SOLO_CAP_EXT_SIZE * (__solo->nr_chans + 1)))
57 (SOLO_EREF_EXT_SIZE * __solo->nr_chans))
58 #define SOLO_MP4E_EXT_SIZE(__solo) (0x00080000 * __solo->nr_chans)
66 (SOLO_DREF_EXT_SIZE * __solo->nr_chans))
71 (SOLO_MP4D_EXT_SIZE * __solo->nr_chans))
72 #define SOLO_JPEG_EXT_SIZE(__solo) (0x00080000 * __solo->nr_chans)
Dtw28.c200 if (solo_dev->nr_chans == 4) { in tw2865_setup()
203 } else if (solo_dev->nr_chans == 8) { in tw2865_setup()
207 } else if (solo_dev->nr_chans == 16) { in tw2865_setup()
247 if (solo_dev->nr_chans == 4) { in tw2864_setup()
250 } else if (solo_dev->nr_chans == 8) { in tw2864_setup()
256 } else if (solo_dev->nr_chans == 16) { in tw2864_setup()
273 if (solo_dev->nr_chans == 8) { in tw2864_setup()
277 } else if (solo_dev->nr_chans == 16) { in tw2864_setup()
400 if (solo_dev->nr_chans == 4) { in tw2815_setup()
403 } else if (solo_dev->nr_chans == 8) { in tw2815_setup()
[all …]
Denc.c40 solo_dev->nr_chans) | in solo_capture_config()
106 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_capture_config()
201 for (i = 0; i < solo_dev->nr_chans; i++) in solo_mp4e_config()
218 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_enc_init()
234 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_enc_exit()
Ddisp.c142 solo_reg_write(solo_dev, SOLO_VI_CH_ENA, (1 << solo_dev->nr_chans) - 1); in solo_disp_config()
168 if (ch > solo_dev->nr_chans) in solo_set_motion_threshold()
184 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_motion_config()
231 for (i = 0; i < solo_dev->nr_chans; i++) in solo_disp_init()
247 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_disp_exit()
Dv4l2.c88 if (ch >= solo_dev->nr_chans) in solo_win_setup()
107 if (ch >= solo_dev->nr_chans) in solo_v4l2_ch_ext_4up()
169 if (ch < solo_dev->nr_chans) { in solo_v4l2_ch()
177 if (ch >= solo_dev->nr_chans + solo_dev->nr_ext) in solo_v4l2_ch()
180 ext_ch = ch - solo_dev->nr_chans; in solo_v4l2_ch()
192 if (ch >= solo_dev->nr_chans + solo_dev->nr_ext) in solo_v4l2_set_ch()
598 if (input->index >= (solo_dev->nr_chans + solo_dev->nr_ext)) in solo_enum_ext_input()
609 dispnames[input->index - solo_dev->nr_chans]); in solo_enum_ext_input()
620 if (input->index >= solo_dev->nr_chans) { in solo_enum_input()
938 solo_dev->nr_chans, solo_dev->nr_ext); in solo_v4l2_init()
[all …]
Dcore.c169 solo_dev->nr_chans = 16; in solo_pci_probe()
173 solo_dev->nr_chans = 8; in solo_pci_probe()
181 solo_dev->nr_chans = 4; in solo_pci_probe()
240 sdram = (solo_dev->nr_chans >= 8) ? 2 : 1; in solo_pci_probe()
Dg723.c309 ret = snd_pcm_new(card, card->driver, 0, 0, solo_dev->nr_chans, in solo_snd_pcm_init()
370 kctl.count = solo_dev->nr_chans; in solo_g723_init()
Dv4l2-enc.c255 BUG_ON(ch >= solo_dev->nr_chans); in enc_reset_gop()
262 BUG_ON(ch >= solo_dev->nr_chans); in enc_gop_reset()
809 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_motion_isr()
1794 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_enc_v4l2_init()
1800 if (i != solo_dev->nr_chans) { in solo_enc_v4l2_init()
1812 solo_dev->v4l2_enc[solo_dev->nr_chans - 1]->vfd->num); in solo_enc_v4l2_init()
1823 for (i = 0; i < solo_dev->nr_chans; i++) in solo_enc_v4l2_exit()
Dsolo6x10.h186 int nr_chans; member
/linux-3.4.99/drivers/edac/
Di82875p_edac.c41 #define I82875P_NR_CSROWS(nr_chans) (8/(nr_chans)) argument
389 u32 nr_chans; in i82875p_probe1() local
399 nr_chans = dual_channel_active(drc) + 1; in i82875p_probe1()
400 mci = edac_mc_alloc(sizeof(*pvt), I82875P_NR_CSROWS(nr_chans), in i82875p_probe1()
401 nr_chans, 0); in i82875p_probe1()
Dedac_mc.c155 unsigned nr_chans, int edac_index) in edac_mc_alloc() argument
173 pvt = edac_align_ptr(&chi[nr_chans * nr_csrows], sz_pvt); in edac_mc_alloc()
197 csrow->nr_channels = nr_chans; in edac_mc_alloc()
198 chp = &chi[row * nr_chans]; in edac_mc_alloc()
201 for (chn = 0; chn < nr_chans; chn++) { in edac_mc_alloc()
Di82975x_edac.c32 #define I82975X_NR_CSROWS(nr_chans) (8/(nr_chans)) argument
Dedac_core.h451 unsigned nr_chans, int edac_index);