Home
last modified time | relevance | path

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

/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-tw28.c229 if (solo_dev->nr_chans == 4) { in tw2865_setup()
232 } else if (solo_dev->nr_chans == 8) { in tw2865_setup()
236 } else if (solo_dev->nr_chans == 16) { in tw2865_setup()
281 if (solo_dev->nr_chans == 4) { in tw2864_setup()
284 } else if (solo_dev->nr_chans == 8) { in tw2864_setup()
290 } else if (solo_dev->nr_chans == 16) { in tw2864_setup()
307 if (solo_dev->nr_chans == 8) { in tw2864_setup()
311 } else if (solo_dev->nr_chans == 16) { in tw2864_setup()
420 if (solo_dev->nr_chans == 4) { in tw2815_setup()
423 } else if (solo_dev->nr_chans == 8) { in tw2815_setup()
[all …]
H A Dsolo6x10-offsets.h53 (SOLO_EREF_EXT_SIZE * __solo->nr_chans * 2)
55 #define __SOLO_JPEG_MIN_SIZE(__solo) (__solo->nr_chans * 0x00080000)
62 __solo->nr_chans * 0x00080000, 0x00ff0000)
64 #define __SOLO_JPEG_MIN_SIZE(__solo) (__solo->nr_chans * 0x00080000)
H A Dsolo6x10-enc.c115 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_capture_config()
290 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_mp4e_config()
302 for (i = 0; i < solo_dev->nr_chans; i++) in solo_mp4e_config()
315 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_enc_init()
327 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_enc_exit()
H A Dsolo6x10-disp.c160 (1 << solo_dev->nr_chans) - 1); in solo_vout_config()
192 if (ch > solo_dev->nr_chans) in solo_set_motion_threshold()
231 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_motion_config()
276 for (i = 0; i < solo_dev->nr_chans; i++) in solo_disp_init()
290 for (i = 0; i < solo_dev->nr_chans; i++) { in solo_disp_exit()
H A Dsolo6x10-core.c305 for (i = 0; i < solo_dev->nr_chans; i++) { in intervals_show()
417 solo_dev->nr_chans); in solo_sysfs_init()
489 solo_dev->nr_chans = 16; in solo_pci_probe()
493 solo_dev->nr_chans = 8; in solo_pci_probe()
501 solo_dev->nr_chans = 4; in solo_pci_probe()
H A Dsolo6x10-g723.c298 ret = snd_pcm_new(card, card->driver, 0, 0, solo_dev->nr_chans, in solo_snd_pcm_init()
358 kctl.count = solo_dev->nr_chans; in solo_g723_init()
H A Dsolo6x10.h189 int nr_chans; member
/linux/drivers/edac/
H A Di82875p_edac.c41 #define I82875P_NR_CSROWS(nr_chans) (I82875P_NR_DIMMS / (nr_chans)) argument
345 unsigned nr_chans = dual_channel_active(drc) + 1; in i82875p_init_csrows() local
375 for (j = 0; j < nr_chans; j++) { in i82875p_init_csrows()
378 dimm->nr_pages = nr_pages / nr_chans; in i82875p_init_csrows()
396 u32 nr_chans; in i82875p_probe1() local
404 nr_chans = dual_channel_active(drc) + 1; in i82875p_probe1()
407 layers[0].size = I82875P_NR_CSROWS(nr_chans); in i82875p_probe1()
410 layers[1].size = nr_chans; in i82875p_probe1()
H A Di82975x_edac.c32 #define I82975X_NR_CSROWS(nr_chans) (I82975X_NR_DIMMS / (nr_chans)) argument
/linux/drivers/hwtracing/stm/
H A Dcore.c193 if (WARN_ON_ONCE(master->nr_free < output->nr_chans)) in stm_output_claim()
197 ilog2(output->nr_chans)); in stm_output_claim()
199 master->nr_free -= output->nr_chans; in stm_output_claim()
211 ilog2(output->nr_chans)); in stm_output_disclaim()
213 master->nr_free += output->nr_chans; in stm_output_disclaim()
214 output->nr_chans = 0; in stm_output_disclaim()
304 if (WARN_ON_ONCE(output->nr_chans)) in stm_output_assign()
313 output->nr_chans = width; in stm_output_assign()
332 output->nr_chans = 0; in stm_output_assign()
344 if (output->nr_chans) in stm_output_free()
[all …]
/linux/drivers/dma/
H A Dloongson1-apb-dma.c80 unsigned int nr_chans; member
527 for (id = 0; id < dma->nr_chans; id++) { in ls1x_dma_chan_probe()
550 for (id = 0; id < dma->nr_chans; id++) { in ls1x_dma_chan_remove()
576 dma->nr_chans = ret; in ls1x_dma_probe()