Home
last modified time | relevance | path

Searched refs:phy_remove_lookup (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/usb/dwc3/
Dhost.c129 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/
Dulpi_phy.h30 phy_remove_lookup(phy, "usb2-phy", dev_name(ulpi->dev.parent)); in ulpi_phy_destroy()
Dphy.h211 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/
Dphy-da8xx-usb.c226 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/
Dphy-core.c100 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/
Dphy.txt190 void phy_remove_lookup(struct phy *phy, const char *con_id,