Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
rti802.c File Reference
#include "../comedidev.h"
#include <linux/ioport.h>

Go to the source code of this file.

Data Structures

struct  rti802_private
 

Macros

#define RTI802_SIZE   4
 
#define RTI802_SELECT   0
 
#define RTI802_DATALOW   1
 
#define RTI802_DATAHIGH   2
 
#define devpriv   ((struct rti802_private *)dev->private)
 

Functions

 module_comedi_driver (rti802_driver)
 
 MODULE_AUTHOR ("Comedi http://www.comedi.org")
 
 MODULE_DESCRIPTION ("Comedi low-level driver")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define devpriv   ((struct rti802_private *)dev->private)

Definition at line 58 of file rti802.c.

#define RTI802_DATAHIGH   2

Definition at line 48 of file rti802.c.

#define RTI802_DATALOW   1

Definition at line 47 of file rti802.c.

#define RTI802_SELECT   0

Definition at line 46 of file rti802.c.

#define RTI802_SIZE   4

Definition at line 44 of file rti802.c.

Function Documentation

MODULE_AUTHOR ( "Comedi http://www.comedi.org"  )
module_comedi_driver ( rti802_driver  )
MODULE_DESCRIPTION ( "Comedi low-level driver )
MODULE_LICENSE ( "GPL"  )