Searched refs:phy_remove_lookup (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/usb/dwc3/ |
D | host.c | 129 phy_remove_lookup(dwc->usb2_generic_phy, "usb2-phy", in dwc3_host_init() 131 phy_remove_lookup(dwc->usb3_generic_phy, "usb3-phy", in dwc3_host_init() 140 phy_remove_lookup(dwc->usb2_generic_phy, "usb2-phy", in dwc3_host_exit() 142 phy_remove_lookup(dwc->usb3_generic_phy, "usb3-phy", in dwc3_host_exit()
|
/Linux-v4.19/include/linux/phy/ |
D | ulpi_phy.h | 30 phy_remove_lookup(phy, "usb2-phy", dev_name(ulpi->dev.parent)); in ulpi_phy_destroy()
|
D | phy.h | 211 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id); 421 static inline void phy_remove_lookup(struct phy *phy, const char *con_id, in phy_remove_lookup() function
|
/Linux-v4.19/drivers/phy/ti/ |
D | phy-da8xx-usb.c | 226 phy_remove_lookup(d_phy->usb20_phy, "usb-phy", "musb-da8xx"); in da8xx_usb_phy_remove() 227 phy_remove_lookup(d_phy->usb11_phy, "usb-phy", "ohci-da8xx"); in da8xx_usb_phy_remove()
|
/Linux-v4.19/drivers/phy/ |
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-v4.19/Documentation/ |
D | phy.txt | 190 void phy_remove_lookup(struct phy *phy, const char *con_id,
|