Searched refs:phy_remove_lookup (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/usb/dwc3/ |
D | host.c | 73 phy_remove_lookup(dwc->usb2_generic_phy, "usb2-phy", in dwc3_host_init() 75 phy_remove_lookup(dwc->usb3_generic_phy, "usb3-phy", in dwc3_host_init() 84 phy_remove_lookup(dwc->usb2_generic_phy, "usb2-phy", in dwc3_host_exit() 86 phy_remove_lookup(dwc->usb3_generic_phy, "usb3-phy", in dwc3_host_exit()
|
/linux-4.4.14/drivers/phy/ |
D | ulpi_phy.h | 29 phy_remove_lookup(phy, "usb2-phy", dev_name(ulpi->dev.parent)); in ulpi_phy_destroy()
|
D | phy-core.c | 100 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_remove_lookup() function 117 EXPORT_SYMBOL_GPL(phy_remove_lookup);
|
/linux-4.4.14/include/linux/phy/ |
D | phy.h | 159 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id); 341 static inline void phy_remove_lookup(struct phy *phy, const char *con_id, in phy_remove_lookup() function
|
/linux-4.4.14/Documentation/ |
D | phy.txt | 152 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id);
|