Home
last modified time | relevance | path

Searched refs:comedi_buf_read_alloc (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/staging/comedi/drivers/
Dcomedi_fc.c78 num_bytes = comedi_buf_read_alloc(async, num_bytes); in cfc_read_array_from_buffer()
Dmite.c615 comedi_buf_read_alloc(async, async->prealloc_bufsz); in mite_sync_output_dma()
Dni_mio_common.c1649 comedi_buf_read_alloc(s->async, s->async->prealloc_bufsz); in ni_ao_setup_MITE_dma()
3803 comedi_buf_read_alloc(s->async, s->async->prealloc_bufsz); in ni_cdo_inttrig()
/linux-3.4.99/drivers/staging/comedi/
Ddrivers.c669 unsigned comedi_buf_read_alloc(struct comedi_async *async, unsigned nbytes) in comedi_buf_read_alloc() function
681 EXPORT_SYMBOL(comedi_buf_read_alloc);
777 comedi_buf_read_alloc(async, sizeof(short)); in comedi_buf_get()
Dcomedidev.h415 unsigned comedi_buf_read_alloc(struct comedi_async *async, unsigned nbytes);
Dcomedi_fops.c614 bi.bytes_read = comedi_buf_read_alloc(async, bi.bytes_read); in do_bufinfo_ioctl()
1820 comedi_buf_read_alloc(async, n); in comedi_read()