|
Linux Kernel
3.7.1
|
#include <linux/interrupt.h>#include "../comedidev.h"#include "comedi_fc.h"#include "8255.h"#include "plx9052.h"Go to the source code of this file.
Data Structures | |
| struct | pc236_board |
| struct | pc236_private |
Macros | |
| #define | PC236_DRIVER_NAME "amplc_pc236" |
| #define | DO_ISA IS_ENABLED(CONFIG_COMEDI_AMPLC_PC236_ISA) |
| #define | DO_PCI IS_ENABLED(CONFIG_COMEDI_AMPLC_PC236_PCI) |
| #define | PCI_VENDOR_ID_AMPLICON 0x14dc |
| #define | PCI_DEVICE_ID_AMPLICON_PCI236 0x0009 |
| #define | PCI_DEVICE_ID_INVALID 0xffff |
| #define | PC236_IO_SIZE 4 |
| #define | PC236_LCR_IO_SIZE 128 |
| #define | PCI236_INTR_DISABLE |
| #define | PCI236_INTR_ENABLE |
Enumerations | |
| enum | pc236_bustype { isa_bustype, pci_bustype } |
| enum | pc236_model { pc36at_model, pci236_model, anypci_model } |
Functions | |
| module_comedi_driver (amplc_pc236_driver) | |
| MODULE_AUTHOR ("Comedi http://www.comedi.org") | |
| MODULE_DESCRIPTION ("Comedi low-level driver") | |
| MODULE_LICENSE ("GPL") | |
| #define DO_ISA IS_ENABLED(CONFIG_COMEDI_AMPLC_PC236_ISA) |
Definition at line 65 of file amplc_pc236.c.
| #define DO_PCI IS_ENABLED(CONFIG_COMEDI_AMPLC_PC236_PCI) |
Definition at line 66 of file amplc_pc236.c.
| #define PC236_DRIVER_NAME "amplc_pc236" |
Definition at line 63 of file amplc_pc236.c.
| #define PC236_IO_SIZE 4 |
Definition at line 75 of file amplc_pc236.c.
| #define PC236_LCR_IO_SIZE 128 |
Definition at line 76 of file amplc_pc236.c.
| #define PCI236_INTR_DISABLE |
Definition at line 82 of file amplc_pc236.c.
| #define PCI236_INTR_ENABLE |
Definition at line 89 of file amplc_pc236.c.
| #define PCI_DEVICE_ID_AMPLICON_PCI236 0x0009 |
Definition at line 70 of file amplc_pc236.c.
| #define PCI_DEVICE_ID_INVALID 0xffff |
Definition at line 71 of file amplc_pc236.c.
| #define PCI_VENDOR_ID_AMPLICON 0x14dc |
Definition at line 69 of file amplc_pc236.c.
| enum pc236_bustype |
Definition at line 100 of file amplc_pc236.c.
| enum pc236_model |
Definition at line 101 of file amplc_pc236.c.
| MODULE_AUTHOR | ( | "Comedi http://www.comedi.org" | ) |
| module_comedi_driver | ( | amplc_pc236_driver | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2