|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/irq.h>#include <linux/dma-mapping.h>#include <linux/platform_device.h>Go to the source code of this file.
Functions | |
| module_init (ehci_init) | |
| MODULE_AUTHOR ("Chris Dearman <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DESCRIPTION ("EHCI probe driver for SEAD3") | |
Variables | |
| struct resource | ehci_resources [] |
| u64 | sead3_usbdev_dma_mask = DMA_BIT_MASK(32) |
| MODULE_AUTHOR | ( | "Chris Dearman <[email protected]>" | ) |
| module_init | ( | ehci_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 13 of file sead3-ehci.c.
| u64 sead3_usbdev_dma_mask = DMA_BIT_MASK(32) |
Definition at line 25 of file sead3-ehci.c.
1.8.2