Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
comedi_fc.c File Reference
#include "../comedidev.h"
#include "comedi_fc.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)
 
 EXPORT_SYMBOL (cfc_write_array_to_buffer)
 
unsigned int cfc_read_array_from_buffer (struct comedi_subdevice *subd, void *data, unsigned int num_bytes)
 
 EXPORT_SYMBOL (cfc_read_array_from_buffer)
 
unsigned int cfc_handle_events (struct comedi_device *dev, struct comedi_subdevice *subd)
 
 EXPORT_SYMBOL (cfc_handle_events)
 
 MODULE_AUTHOR ("Frank Mori Hess <[email protected]>")
 
 MODULE_DESCRIPTION ("Shared functions for Comedi low-level drivers")
 
 MODULE_LICENSE ("GPL")
 
 module_init (comedi_fc_init_module)
 
 module_exit (comedi_fc_cleanup_module)
 

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.

EXPORT_SYMBOL ( cfc_write_array_to_buffer  )
EXPORT_SYMBOL ( cfc_read_array_from_buffer  )
EXPORT_SYMBOL ( cfc_handle_events  )
MODULE_AUTHOR ( "Frank Mori Hess <[email protected]>"  )
MODULE_DESCRIPTION ( "Shared functions for Comedi low-level drivers"  )
module_exit ( comedi_fc_cleanup_module  )
module_init ( comedi_fc_init_module  )
MODULE_LICENSE ( "GPL"  )