Home
last modified time | relevance | path

Searched refs:ao_fifo_depth (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/comedi/drivers/
Dni_pcimio.c235 .ao_fifo_depth = 2048,
264 .ao_fifo_depth = 2048,
278 .ao_fifo_depth = 2048,
296 .ao_fifo_depth = 512,
310 .ao_fifo_depth = 512,
325 .ao_fifo_depth = 2048,
360 .ao_fifo_depth = 2048,
449 .ao_fifo_depth = 2048,
467 .ao_fifo_depth = 2048,
482 .ao_fifo_depth = 2048,
[all …]
Dni_atmio.c117 .ao_fifo_depth = 2048,
132 .ao_fifo_depth = 2048,
176 .ao_fifo_depth = 2048,
207 .ao_fifo_depth = 2048,
Dni_mio_cs.c79 .ao_fifo_depth = 2048,
Dni_mio_common.c1075 if (nsamples > board->ao_fifo_depth / 2) in ni_ao_fifo_half_empty()
1076 nsamples = board->ao_fifo_depth / 2; in ni_ao_fifo_half_empty()
1102 if (nsamples > board->ao_fifo_depth) in ni_ao_prep_fifo()
1103 nsamples = board->ao_fifo_depth; in ni_ao_prep_fifo()
2796 board->ao_fifo_depth); in ni_ao_insn_config()
3078 if (board->ao_fifo_depth) in ni_ao_cmd()
5155 if (dev->irq && (board->ao_fifo_depth || devpriv->mite)) { in ni_E_init()
Dni_stc.h959 int ao_fifo_depth; member