Searched refs:phy_remove_lookup (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/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 | 284 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id); 534 static inline void phy_remove_lookup(struct phy *phy, const char *con_id, in phy_remove_lookup() function
|
/linux-5.19.10/drivers/phy/ti/ |
D | phy-da8xx-usb.c | 219 phy_remove_lookup(d_phy->usb20_phy, "usb-phy", "musb-da8xx"); in da8xx_usb_phy_remove() 220 phy_remove_lookup(d_phy->usb11_phy, "usb-phy", "ohci-da8xx"); in da8xx_usb_phy_remove()
|
/linux-5.19.10/drivers/phy/ |
D | phy-core.c | 96 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_remove_lookup() function 113 EXPORT_SYMBOL_GPL(phy_remove_lookup);
|
/linux-5.19.10/Documentation/driver-api/phy/ |
D | phy.rst | 190 void phy_remove_lookup(struct phy *phy, const char *con_id,
|