Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
8255_pci.c File Reference
#include "../comedidev.h"
#include "8255.h"

Go to the source code of this file.

Data Structures

struct  pci_8255_boardinfo
 
struct  pci_8255_private
 

Macros

#define PCI_DEVICE_ID_ADLINK_PCI7224   0x7224
 
#define PCI_DEVICE_ID_ADLINK_PCI7248   0x7248
 
#define PCI_DEVICE_ID_ADLINK_PCI7296   0x7296
 
#define PCI_VENDOR_ID_CB   0x1307
 
#define PCI_DEVICE_ID_CB_PCIDIO48H   0x000b
 
#define PCI_DEVICE_ID_CB_PCIDIO24H   0x0014
 
#define PCI_DEVICE_ID_CB_PCIDIO96H   0x0017
 
#define PCI_DEVICE_ID_CB_PCIDIO24   0x0028
 
#define PCI_DEVICE_ID_NI_PCIDIO96   0x0160
 
#define PCI_DEVICE_ID_NI_PCI6503   0x0400
 
#define PCI_DEVICE_ID_NI_PCI6503B   0x1250
 
#define PCI_DEVICE_ID_NI_PXI6508   0x13c0
 
#define PCI_DEVICE_ID_NI_PCIDIO96B   0x1630
 
#define PCI_DEVICE_ID_NI_PCI6503X   0x17d0
 
#define PCI_DEVICE_ID_NI_PXI_6503   0x1800
 

Functions

 MODULE_DEVICE_TABLE (pci, pci_8255_pci_table)
 
 module_comedi_pci_driver (pci_8255_driver, pci_8255_pci_driver)
 
 MODULE_DESCRIPTION ("COMEDI - Generic PCI based 8255 Digital I/O boards")
 
 MODULE_AUTHOR ("Comedi http://www.comedi.org")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define PCI_DEVICE_ID_ADLINK_PCI7224   0x7224

Definition at line 64 of file 8255_pci.c.

#define PCI_DEVICE_ID_ADLINK_PCI7248   0x7248

Definition at line 65 of file 8255_pci.c.

#define PCI_DEVICE_ID_ADLINK_PCI7296   0x7296

Definition at line 66 of file 8255_pci.c.

#define PCI_DEVICE_ID_CB_PCIDIO24   0x0028

Definition at line 74 of file 8255_pci.c.

#define PCI_DEVICE_ID_CB_PCIDIO24H   0x0014

Definition at line 72 of file 8255_pci.c.

#define PCI_DEVICE_ID_CB_PCIDIO48H   0x000b

Definition at line 71 of file 8255_pci.c.

#define PCI_DEVICE_ID_CB_PCIDIO96H   0x0017

Definition at line 73 of file 8255_pci.c.

#define PCI_DEVICE_ID_NI_PCI6503   0x0400

Definition at line 77 of file 8255_pci.c.

#define PCI_DEVICE_ID_NI_PCI6503B   0x1250

Definition at line 78 of file 8255_pci.c.

#define PCI_DEVICE_ID_NI_PCI6503X   0x17d0

Definition at line 81 of file 8255_pci.c.

#define PCI_DEVICE_ID_NI_PCIDIO96   0x0160

Definition at line 76 of file 8255_pci.c.

#define PCI_DEVICE_ID_NI_PCIDIO96B   0x1630

Definition at line 80 of file 8255_pci.c.

#define PCI_DEVICE_ID_NI_PXI6508   0x13c0

Definition at line 79 of file 8255_pci.c.

#define PCI_DEVICE_ID_NI_PXI_6503   0x1800

Definition at line 82 of file 8255_pci.c.

#define PCI_VENDOR_ID_CB   0x1307

Definition at line 69 of file 8255_pci.c.

Function Documentation

MODULE_AUTHOR ( "Comedi http://www.comedi.org"  )
module_comedi_pci_driver ( pci_8255_driver  ,
pci_8255_pci_driver   
)
MODULE_DESCRIPTION ( "COMEDI - Generic PCI based 8255 Digital I/O boards"  )
MODULE_DEVICE_TABLE ( pci  ,
pci_8255_pci_table   
)
MODULE_LICENSE ( "GPL"  )