Searched refs:usb_bind_phy (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | board-rx51.c | 106 usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb"); rx51_init()
|
H A D | board-ldp.c | 410 usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb"); omap_ldp_init()
|
H A D | usb-host.c | 483 usb_bind_phy("ehci-omap.0", phy->port - 1, phy_id); usbhs_init_phys()
|
/linux-4.4.14/include/linux/usb/ |
H A D | phy.h | 212 extern int usb_bind_phy(const char *dev_name, u8 index, 257 static inline int usb_bind_phy(const char *dev_name, u8 index, usb_bind_phy() function
|
/linux-4.4.14/drivers/usb/phy/ |
H A D | phy.c | 468 * usb_bind_phy - bind the phy and the controller that uses the phy 479 int usb_bind_phy(const char *dev_name, u8 index, usb_bind_phy() function 499 EXPORT_SYMBOL_GPL(usb_bind_phy); variable
|
Completed in 131 milliseconds