Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
comedi_fc.h File Reference
#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)
 

Function Documentation

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.