|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/io.h>#include <linux/of.h>#include <linux/err.h>#include <linux/platform_device.h>#include <linux/dma-mapping.h>#include <linux/pm_runtime.h>#include <linux/module.h>#include <linux/usb/nop-usb-xceiv.h>#include <linux/of_device.h>#include <linux/of_address.h>#include <plat/usb.h>#include "musb_core.h"Go to the source code of this file.
Data Structures | |
| struct | dsps_musb_wrapper |
| struct | dsps_glue |
Functions | |
| MODULE_DEVICE_TABLE (platform, musb_dsps_id_table) | |
| MODULE_DESCRIPTION ("TI DSPS MUSB Glue Layer") | |
| MODULE_AUTHOR ("Ravi B <[email protected]>") | |
| MODULE_AUTHOR ("Ajay Kumar Gupta <[email protected]>") | |
| MODULE_LICENSE ("GPL v2") | |
| subsys_initcall (dsps_init) | |
| module_exit (dsps_exit) | |
| MODULE_AUTHOR | ( | "Ravi B <[email protected]>" | ) |
| MODULE_AUTHOR | ( | "Ajay Kumar Gupta <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "TI DSPS MUSB Glue Layer" | ) |
| MODULE_DEVICE_TABLE | ( | platform | , |
| musb_dsps_id_table | |||
| ) |
| module_exit | ( | dsps_exit | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
| subsys_initcall | ( | dsps_init | ) |
1.8.2