Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
comedilib.h File Reference

Go to the source code of this file.

Functions

struct comedi_devicecomedi_open (const char *path)
 
int comedi_close (struct comedi_device *dev)
 
int comedi_dio_config (struct comedi_device *dev, unsigned int subdev, unsigned int chan, unsigned int io)
 
int comedi_dio_bitfield (struct comedi_device *dev, unsigned int subdev, unsigned int mask, unsigned int *bits)
 
int comedi_find_subdevice_by_type (struct comedi_device *dev, int type, unsigned int subd)
 
int comedi_get_n_channels (struct comedi_device *dev, unsigned int subdevice)
 

Function Documentation

int comedi_close ( struct comedi_device dev)

Definition at line 73 of file kcomedilib_main.c.

int comedi_dio_bitfield ( struct comedi_device dev,
unsigned int  subdev,
unsigned int  mask,
unsigned int bits 
)

Definition at line 152 of file kcomedilib_main.c.

int comedi_dio_config ( struct comedi_device dev,
unsigned int  subdev,
unsigned int  chan,
unsigned int  io 
)

Definition at line 137 of file kcomedilib_main.c.

int comedi_find_subdevice_by_type ( struct comedi_device dev,
int  type,
unsigned int  subd 
)

Definition at line 175 of file kcomedilib_main.c.

int comedi_get_n_channels ( struct comedi_device dev,
unsigned int  subdevice 
)

Definition at line 192 of file kcomedilib_main.c.

struct comedi_device* comedi_open ( const char path)
read

Definition at line 44 of file kcomedilib_main.c.