linux/drivers/staging/comedi
Ian Abbott e9edef3a54 staging: comedi: pass subdevice to comedi_buf_read_n_available()
Change the parameters of `comedi_buf_read_n_available()` to pass a
pointer to the comedi subdevice instead of a pointer to the "async"
structure belonging to the subdevice.

The main aim at the moment is to replace all the `struct comedi_async *`
parameters with `struct comedi_subdevice *` parameters in the comedi
driver API.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-05-23 21:25:49 +09:00
..
drivers staging: comedi: pass subdevice to comedi_buf_read_n_available() 2014-05-23 21:25:49 +09:00
kcomedilib
Kconfig staging: comedi: pcl730: add support for Diamond Systems PC/104 modules 2014-05-23 21:23:37 +09:00
Makefile
TODO
comedi.h
comedi_buf.c staging: comedi: pass subdevice to comedi_buf_read_n_available() 2014-05-23 21:25:49 +09:00
comedi_compat32.c
comedi_compat32.h
comedi_fops.c staging: comedi: pass subdevice to comedi_buf_read_n_available() 2014-05-23 21:25:49 +09:00
comedi_internal.h staging: comedi: pass subdevice to comedi_buf_write_n_allocated() 2014-05-23 21:25:48 +09:00
comedi_pci.c
comedi_pcmcia.c
comedi_usb.c
comedidev.h staging: comedi: pass subdevice to comedi_buf_read_n_available() 2014-05-23 21:25:49 +09:00
comedilib.h
drivers.c staging: comedi: drivers.c: Fix missing a blank line, after declarations warning 2014-04-14 08:29:25 -07:00
proc.c Staging: comedi: proc: title block update 2014-03-19 04:41:04 +00:00
range.c