Symbol: omap_usb_config
arch/arm/mach-omap1/board-ams-delta.c
160
static struct omap_usb_config ams_delta_usb_config __initdata = {
arch/arm/mach-omap1/board-nokia770.c
176
static struct omap_usb_config nokia770_usb_config __initdata = {
arch/arm/mach-omap1/board-osk.c
337
static struct omap_usb_config osk_usb_config __initdata = {
arch/arm/mach-omap1/board-palmte.c
167
static struct omap_usb_config palmte_usb_config __initdata = {
arch/arm/mach-omap1/board-sx1.c
284
static struct omap_usb_config sx1_usb_config __initdata = {
arch/arm/mach-omap1/usb.c
155
static void omap_otg_init(struct omap_usb_config *config) {}
arch/arm/mach-omap1/usb.c
191
static inline void udc_device_init(struct omap_usb_config *pdata)
arch/arm/mach-omap1/usb.c
198
static inline void udc_device_init(struct omap_usb_config *pdata)
arch/arm/mach-omap1/usb.c
230
static inline void ohci_device_init(struct omap_usb_config *pdata)
arch/arm/mach-omap1/usb.c
260
static inline void otg_device_init(struct omap_usb_config *pdata)
arch/arm/mach-omap1/usb.c
267
static inline void otg_device_init(struct omap_usb_config *pdata)
arch/arm/mach-omap1/usb.c
51
omap_otg_init(struct omap_usb_config *config)
arch/arm/mach-omap1/usb.c
593
static void __init omap_1510_usb_init(struct omap_usb_config *config)
arch/arm/mach-omap1/usb.c
663
static inline void omap_1510_usb_init(struct omap_usb_config *config) {}
arch/arm/mach-omap1/usb.c
666
void __init omap1_usb_init(struct omap_usb_config *_pdata)
arch/arm/mach-omap1/usb.c
668
struct omap_usb_config *pdata;
arch/arm/mach-omap1/usb.h
16
void omap1_usb_init(struct omap_usb_config *pdata);
arch/arm/mach-omap1/usb.h
18
static inline void omap1_usb_init(struct omap_usb_config *pdata)
drivers/usb/gadget/udc/omap_udc.c
2750
struct omap_usb_config *config = dev_get_platdata(&pdev->dev);
drivers/usb/host/ohci-omap.c
93
struct omap_usb_config *config = dev_get_platdata(hcd->self.controller);
drivers/usb/phy/phy-omap-otg.c
88
const struct omap_usb_config *config = pdev->dev.platform_data;