|
Linux Kernel
3.7.1
|
#include <linux/bcma/bcma.h>#include <linux/delay.h>#include <linux/platform_device.h>#include <linux/module.h>#include <linux/slab.h>#include <linux/usb/ehci_pdriver.h>#include <linux/usb/ohci_pdriver.h>Go to the source code of this file.
Data Structures | |
| struct | bcma_hcd_device |
Macros | |
| #define | bcma_hcd_suspend NULL |
| #define | bcma_hcd_resume NULL |
Functions | |
| MODULE_AUTHOR ("Hauke Mehrtens") | |
| MODULE_DESCRIPTION ("Common USB driver for BCMA Bus") | |
| MODULE_LICENSE ("GPL") | |
| MODULE_DEVICE_TABLE (bcma, bcma_hcd_table) | |
| module_init (bcma_hcd_init) | |
| module_exit (bcma_hcd_exit) | |
| #define bcma_hcd_resume NULL |
Definition at line 306 of file bcma-hcd.c.
| #define bcma_hcd_suspend NULL |
Definition at line 305 of file bcma-hcd.c.
| MODULE_AUTHOR | ( | "Hauke Mehrtens" | ) |
| MODULE_DEVICE_TABLE | ( | bcma | , |
| bcma_hcd_table | |||
| ) |
| module_exit | ( | bcma_hcd_exit | ) |
| module_init | ( | bcma_hcd_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2