|
Linux Kernel
3.7.1
|
#include "../comedidev.h"Go to the source code of this file.
Functions | |
| unsigned int | cfc_write_array_to_buffer (struct comedi_subdevice *subd, void *data, unsigned int num_bytes) |
| unsigned int | cfc_read_array_from_buffer (struct comedi_subdevice *subd, void *data, unsigned int num_bytes) |
| unsigned int | cfc_handle_events (struct comedi_device *dev, struct comedi_subdevice *subd) |
| unsigned int cfc_handle_events | ( | struct comedi_device * | dev, |
| struct comedi_subdevice * | subd | ||
| ) |
Definition at line 88 of file comedi_fc.c.
| unsigned int cfc_read_array_from_buffer | ( | struct comedi_subdevice * | subd, |
| void * | data, | ||
| unsigned int | num_bytes | ||
| ) |
Definition at line 70 of file comedi_fc.c.
| unsigned int cfc_write_array_to_buffer | ( | struct comedi_subdevice * | subd, |
| void * | data, | ||
| unsigned int | num_bytes | ||
| ) |
Definition at line 45 of file comedi_fc.c.
1.8.2