|
Linux Kernel
3.7.1
|
#include <linux/interrupt.h>#include "../comedidev.h"#include <linux/delay.h>#include <linux/list.h>#include <linux/spinlock.h>#include "comedi_fc.h"#include "8253.h"Go to the source code of this file.
Data Structures | |
| struct | me4000_info |
| struct | me4000_board |
Functions | |
| MODULE_DEVICE_TABLE (pci, me4000_pci_table) | |
| module_comedi_pci_driver (me4000_driver, me4000_pci_driver) | |
| MODULE_AUTHOR ("Comedi http://www.comedi.org") | |
| MODULE_DESCRIPTION ("Comedi low-level driver") | |
| MODULE_LICENSE ("GPL") | |
Variables | |
| unsigned char * | xilinx_firm |
| #define ME4000_AO_SINGLE_REG | ( | x | ) | (0x0c + ME4000_AO_CHAN(x)) |
| #define ME4000_AO_STATUS_REG | ( | x | ) | (0x04 + ME4000_AO_CHAN(x)) |
| #define ME4000_AO_TIMER_REG | ( | x | ) | (0x10 + ME4000_AO_CHAN(x)) |
| MODULE_AUTHOR | ( | "Comedi http://www.comedi.org" | ) |
| module_comedi_pci_driver | ( | me4000_driver | , |
| me4000_pci_driver | |||
| ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| me4000_pci_table | |||
| ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| unsigned char* xilinx_firm |
1.8.2