Searched refs:usb_bind_phy (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
D | board-rx51.c | 106 usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb"); in rx51_init()
|
D | board-omap3logic.c | 219 usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb"); in omap3logic_init()
|
D | board-ldp.c | 410 usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb"); in omap_ldp_init()
|
D | board-overo.c | 514 usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb"); in overo_init()
|
D | usb-host.c | 483 usb_bind_phy("ehci-omap.0", phy->port - 1, phy_id); in usbhs_init_phys()
|
D | board-omap3beagle.c | 564 usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb"); in omap3_beagle_init()
|
D | board-omap3pandora.c | 614 usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb"); in omap3pandora_init()
|
D | board-cm-t35.c | 728 usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb"); in cm_t3x_common_init()
|
/linux-4.1.27/include/linux/usb/ |
D | phy.h | 210 extern int usb_bind_phy(const char *dev_name, u8 index, 249 static inline int usb_bind_phy(const char *dev_name, u8 index, in usb_bind_phy() function
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy.c | 436 int usb_bind_phy(const char *dev_name, u8 index, in usb_bind_phy() function 456 EXPORT_SYMBOL_GPL(usb_bind_phy);
|