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

Go to the source code of this file.

Data Structures

struct  pcl726_board
 
struct  pcl726_private
 

Macros

#define PCL726_SIZE   16
 
#define PCL727_SIZE   32
 
#define PCL728_SIZE   8
 
#define PCL726_DAC0_HI   0
 
#define PCL726_DAC0_LO   1
 
#define PCL726_DO_HI   12
 
#define PCL726_DO_LO   13
 
#define PCL726_DI_HI   14
 
#define PCL726_DI_LO   15
 
#define PCL727_DO_HI   24
 
#define PCL727_DO_LO   25
 
#define PCL727_DI_HI   0
 
#define PCL727_DI_LO   1
 
#define devpriv   ((struct pcl726_private *)dev->private)
 

Functions

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

Macro Definition Documentation

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

Definition at line 155 of file pcl726.c.

#define PCL726_DAC0_HI   0

Definition at line 80 of file pcl726.c.

#define PCL726_DAC0_LO   1

Definition at line 81 of file pcl726.c.

#define PCL726_DI_HI   14

Definition at line 85 of file pcl726.c.

#define PCL726_DI_LO   15

Definition at line 86 of file pcl726.c.

#define PCL726_DO_HI   12

Definition at line 83 of file pcl726.c.

#define PCL726_DO_LO   13

Definition at line 84 of file pcl726.c.

#define PCL726_SIZE   16

Definition at line 76 of file pcl726.c.

#define PCL727_DI_HI   0

Definition at line 90 of file pcl726.c.

#define PCL727_DI_LO   1

Definition at line 91 of file pcl726.c.

#define PCL727_DO_HI   24

Definition at line 88 of file pcl726.c.

#define PCL727_DO_LO   25

Definition at line 89 of file pcl726.c.

#define PCL727_SIZE   32

Definition at line 77 of file pcl726.c.

#define PCL728_SIZE   8

Definition at line 78 of file pcl726.c.

Function Documentation

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