Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/comedi/drivers/
Dni_pcimio.c233 .ao_fifo_depth = 2048,
262 .ao_fifo_depth = 2048,
276 .ao_fifo_depth = 2048,
294 .ao_fifo_depth = 512,
308 .ao_fifo_depth = 512,
323 .ao_fifo_depth = 2048,
358 .ao_fifo_depth = 2048,
447 .ao_fifo_depth = 2048,
465 .ao_fifo_depth = 2048,
480 .ao_fifo_depth = 2048,
[all …]
Dni_atmio.c96 .ao_fifo_depth = 2048,
111 .ao_fifo_depth = 2048,
155 .ao_fifo_depth = 2048,
186 .ao_fifo_depth = 2048,
Dni_mio_cs.c69 .ao_fifo_depth = 2048,
Dni_mio_common.c1004 if (nsamples > board->ao_fifo_depth / 2) in ni_ao_fifo_half_empty()
1005 nsamples = board->ao_fifo_depth / 2; in ni_ao_fifo_half_empty()
1031 if (nsamples > board->ao_fifo_depth) in ni_ao_prep_fifo()
1032 nsamples = board->ao_fifo_depth; in ni_ao_prep_fifo()
2823 board->ao_fifo_depth); in ni_ao_insn_config()
2913 (board->ao_fifo_depth ? in ni_ao_cmd_personalize()
5334 if (dev->irq && (board->ao_fifo_depth || devpriv->mite)) { in ni_E_init()
Dni_stc.h949 int ao_fifo_depth; member