|
Linux Kernel
3.7.1
|
#include <linux/device.h>#include <linux/kernel.h>#include <linux/slab.h>#include <linux/module.h>#include <linux/init.h>#include <linux/dma-mapping.h>#include <linux/isa.h>Go to the source code of this file.
Data Structures | |
| struct | isa_dev |
Macros | |
| #define | to_isa_dev(x) container_of((x), struct isa_dev, dev) |
Functions | |
| void | isa_unregister_driver (struct isa_driver *isa_driver) |
| EXPORT_SYMBOL_GPL (isa_unregister_driver) | |
| int | isa_register_driver (struct isa_driver *isa_driver, unsigned int ndev) |
| EXPORT_SYMBOL_GPL (isa_register_driver) | |
| device_initcall (isa_bus_init) | |
| device_initcall | ( | isa_bus_init | ) |
| EXPORT_SYMBOL_GPL | ( | isa_unregister_driver | ) |
| EXPORT_SYMBOL_GPL | ( | isa_register_driver | ) |
| int isa_register_driver | ( | struct isa_driver * | isa_driver, |
| unsigned int | ndev | ||
| ) |
| void isa_unregister_driver | ( | struct isa_driver * | isa_driver | ) |
1.8.2