|
Linux Kernel
3.7.1
|
#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") | |
| #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.
| enum pc263_bustype |
Definition at line 66 of file amplc_pc263.c.
| enum pc263_model |
Definition at line 67 of file amplc_pc263.c.
| MODULE_AUTHOR | ( | "Comedi http://www.comedi.org" | ) |
| module_comedi_driver | ( | amplc_pc263_driver | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2