AlcapDAQ
1
|
Go to the source code of this file.
Data Structures | |
struct | vmedrv_config_t |
Macros | |
#define | VMEDRV_MAJOR 0 |
Functions | |
module_param (vmedrv_major, int, S_IRUGO) | |
module_param (vmedrv_name, charp, S_IRUGO) | |
module_param (target_card_number, int, S_IRUGO) | |
Variables | |
static int | vmedrv_major = VMEDRV_MAJOR |
static char * | vmedrv_name = "vmedrv" |
static int | target_card_number = 0 |
static struct vmedrv_config_t | vmedrv_config_table [] |
static const int | PIO_WINDOW_PAGES = 16 |
static const int | PIO_BUFFER_SIZE = 0x1000 |
static const int | DMA_BUFFER_SIZE = 0x100000 |
#define VMEDRV_MAJOR 0 |
Definition at line 14 of file vmedrv_conf.h.
module_param | ( | vmedrv_major | , |
int | , | ||
S_IRUGO | |||
) |
module_param | ( | vmedrv_name | , |
charp | , | ||
S_IRUGO | |||
) |
module_param | ( | target_card_number | , |
int | , | ||
S_IRUGO | |||
) |
|
static |
Definition at line 52 of file vmedrv_conf.h.
Referenced by prepare_dma().
|
static |
Definition at line 49 of file vmedrv_conf.h.
Referenced by pio_read(), pio_write(), and prepare_pio().
|
static |
Definition at line 48 of file vmedrv_conf.h.
Referenced by prepare_pio().
|
static |
Definition at line 22 of file vmedrv_conf.h.
Referenced by vmedrv_pci_probe().
|
static |
|
static |
Definition at line 16 of file vmedrv_conf.h.
Referenced by vmedrv_initialize_module().
|
static |
Definition at line 19 of file vmedrv_conf.h.
Referenced by acknowledge_error_interrupt(), initialize(), pio_read(), pio_write(), prepare_dma(), prepare_pio(), register_interrupt_notification(), start_dma(), vmedrv_cleanup_module(), vmedrv_initialize_module(), vmedrv_interrupt(), vmedrv_open(), vmedrv_pci_probe(), vmedrv_pci_remove(), and wait_for_interrupt_notification().