|
Linux Kernel
3.7.1
|
#include "../comedidev.h"Go to the source code of this file.
Data Structures | |
| struct | adl_pci7x3x_boardinfo |
Macros | |
| #define | PCI_DEVICE_ID_PCI7230 0x7230 |
| #define | PCI_DEVICE_ID_PCI7233 0x7233 |
| #define | PCI_DEVICE_ID_PCI7234 0x7234 |
| #define | PCI_DEVICE_ID_PCI7432 0x7432 |
| #define | PCI_DEVICE_ID_PCI7433 0x7433 |
| #define | PCI_DEVICE_ID_PCI7434 0x7434 |
| #define | PCI7X3X_DIO_REG 0x00 |
| #define | PCI743X_DIO_REG 0x04 |
Functions | |
| MODULE_DEVICE_TABLE (pci, adl_pci7x3x_pci_table) | |
| module_comedi_pci_driver (adl_pci7x3x_driver, adl_pci7x3x_pci_driver) | |
| MODULE_DESCRIPTION ("ADLINK PCI-723x/743x Isolated Digital I/O boards") | |
| MODULE_AUTHOR ("H Hartley Sweeten <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| #define PCI743X_DIO_REG 0x04 |
Definition at line 73 of file adl_pci7x3x.c.
| #define PCI7X3X_DIO_REG 0x00 |
Definition at line 72 of file adl_pci7x3x.c.
| #define PCI_DEVICE_ID_PCI7230 0x7230 |
Definition at line 62 of file adl_pci7x3x.c.
| #define PCI_DEVICE_ID_PCI7233 0x7233 |
Definition at line 63 of file adl_pci7x3x.c.
| #define PCI_DEVICE_ID_PCI7234 0x7234 |
Definition at line 64 of file adl_pci7x3x.c.
| #define PCI_DEVICE_ID_PCI7432 0x7432 |
Definition at line 65 of file adl_pci7x3x.c.
| #define PCI_DEVICE_ID_PCI7433 0x7433 |
Definition at line 66 of file adl_pci7x3x.c.
| #define PCI_DEVICE_ID_PCI7434 0x7434 |
Definition at line 67 of file adl_pci7x3x.c.
| MODULE_AUTHOR | ( | "H Hartley Sweeten <[email protected]>" | ) |
| module_comedi_pci_driver | ( | adl_pci7x3x_driver | , |
| adl_pci7x3x_pci_driver | |||
| ) |
| MODULE_DESCRIPTION | ( | "ADLINK PCI-723x/743x Isolated Digital I/O boards" | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| adl_pci7x3x_pci_table | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2