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

Go to the source code of this file.

Data Structures

struct  pc263_board
 

Macros

#define PC263_DRIVER_NAME   "amplc_pc263"
 
#define DO_ISA   IS_ENABLED(CONFIG_COMEDI_AMPLC_PC263_ISA)
 
#define DO_PCI   IS_ENABLED(CONFIG_COMEDI_AMPLC_PC263_PCI)
 
#define PCI_VENDOR_ID_AMPLICON   0x14dc
 
#define PCI_DEVICE_ID_AMPLICON_PCI263   0x000c
 
#define PCI_DEVICE_ID_INVALID   0xffff
 
#define PC263_IO_SIZE   2
 

Enumerations

enum  pc263_bustype { isa_bustype, pci_bustype }
 
enum  pc263_model { pc263_model, pci263_model, anypci_model }
 

Functions

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

Macro Definition Documentation

#define DO_ISA   IS_ENABLED(CONFIG_COMEDI_AMPLC_PC263_ISA)

Definition at line 51 of file amplc_pc263.c.

#define DO_PCI   IS_ENABLED(CONFIG_COMEDI_AMPLC_PC263_PCI)

Definition at line 52 of file amplc_pc263.c.

#define PC263_DRIVER_NAME   "amplc_pc263"

Definition at line 49 of file amplc_pc263.c.

#define PC263_IO_SIZE   2

Definition at line 60 of file amplc_pc263.c.

#define PCI_DEVICE_ID_AMPLICON_PCI263   0x000c

Definition at line 56 of file amplc_pc263.c.

#define PCI_DEVICE_ID_INVALID   0xffff

Definition at line 57 of file amplc_pc263.c.

#define PCI_VENDOR_ID_AMPLICON   0x14dc

Definition at line 55 of file amplc_pc263.c.

Enumeration Type Documentation

Enumerator:
isa_bustype 
pci_bustype 

Definition at line 66 of file amplc_pc263.c.

Enumerator:
pc263_model 
pci263_model 
anypci_model 

Definition at line 67 of file amplc_pc263.c.

Function Documentation

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