Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/spinlock.h>
#include <linux/idr.h>
#include <linux/cb710.h>
#include <linux/gfp.h>
Go to the source code of this file.
Functions | |
void | cb710_pci_update_config_reg (struct pci_dev *pdev, int reg, uint32_t mask, uint32_t xor) |
EXPORT_SYMBOL_GPL (cb710_pci_update_config_reg) | |
void | cb710_set_irq_handler (struct cb710_slot *slot, cb710_irq_handler_t handler) |
EXPORT_SYMBOL_GPL (cb710_set_irq_handler) | |
module_init (cb710_init_module) | |
module_exit (cb710_cleanup_module) | |
MODULE_AUTHOR ("Michał Mirosław <mirq-linux@rere.qmqm.pl>") | |
MODULE_DESCRIPTION ("ENE CB710 memory card reader driver") | |
MODULE_LICENSE ("GPL") | |
MODULE_DEVICE_TABLE (pci, cb710_pci_tbl) | |
void cb710_set_irq_handler | ( | struct cb710_slot * | slot, |
cb710_irq_handler_t | handler | ||
) |
EXPORT_SYMBOL_GPL | ( | cb710_pci_update_config_reg | ) |
EXPORT_SYMBOL_GPL | ( | cb710_set_irq_handler | ) |
MODULE_AUTHOR | ( | "Michał Mirosław <mirq-linux@rere.qmqm.pl>" | ) |
MODULE_DEVICE_TABLE | ( | pci | , |
cb710_pci_tbl | |||
) |
module_exit | ( | cb710_cleanup_module | ) |
module_init | ( | cb710_init_module | ) |
MODULE_LICENSE | ( | "GPL" | ) |