Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/comedi/drivers/
Dni_pcimio.c240 .ao_fifo_depth = 2048,
269 .ao_fifo_depth = 2048,
283 .ao_fifo_depth = 2048,
301 .ao_fifo_depth = 512,
315 .ao_fifo_depth = 512,
330 .ao_fifo_depth = 2048,
365 .ao_fifo_depth = 2048,
454 .ao_fifo_depth = 2048,
472 .ao_fifo_depth = 2048,
487 .ao_fifo_depth = 2048,
[all …]
Dni_atmio.c104 .ao_fifo_depth = 2048,
119 .ao_fifo_depth = 2048,
163 .ao_fifo_depth = 2048,
194 .ao_fifo_depth = 2048,
Dni_mio_cs.c69 .ao_fifo_depth = 2048,
Dni_mio_common.c1018 if (nsamples > board->ao_fifo_depth / 2) in ni_ao_fifo_half_empty()
1019 nsamples = board->ao_fifo_depth / 2; in ni_ao_fifo_half_empty()
1045 if (nsamples > board->ao_fifo_depth) in ni_ao_prep_fifo()
1046 nsamples = board->ao_fifo_depth; in ni_ao_prep_fifo()
2849 board->ao_fifo_depth); in ni_ao_insn_config()
2945 (board->ao_fifo_depth ? in ni_ao_cmd_personalize()
6097 if (dev->irq && (board->ao_fifo_depth || devpriv->mite)) { in ni_E_init()
Dni_stc.h958 int ao_fifo_depth; member