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

Go to the source code of this file.

Macros

#define PCM3730_SIZE   4 /* consecutive io port addresses */
 
#define PCM3730_DOA   0 /* offsets for each port */
 
#define PCM3730_DOB   2
 
#define PCM3730_DOC   3
 
#define PCM3730_DIA   0
 
#define PCM3730_DIB   2
 
#define PCM3730_DIC   3
 

Functions

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

Macro Definition Documentation

#define PCM3730_DIA   0

Definition at line 27 of file pcm3730.c.

#define PCM3730_DIB   2

Definition at line 28 of file pcm3730.c.

#define PCM3730_DIC   3

Definition at line 29 of file pcm3730.c.

#define PCM3730_DOA   0 /* offsets for each port */

Definition at line 24 of file pcm3730.c.

#define PCM3730_DOB   2

Definition at line 25 of file pcm3730.c.

#define PCM3730_DOC   3

Definition at line 26 of file pcm3730.c.

#define PCM3730_SIZE   4 /* consecutive io port addresses */

Definition at line 22 of file pcm3730.c.

Function Documentation

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