Home
last modified time | relevance | path

Searched refs:of_phy_put (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-mvebu.c113 of_phy_put(phy); in xhci_mvebu_a3700_plat_setup()
/kernel/linux/linux-5.10/include/linux/phy/
Dphy.h244 void of_phy_put(struct phy *phy);
430 static inline void of_phy_put(struct phy *phy) in of_phy_put() function
/kernel/linux/linux-5.10/drivers/phy/
Dphy-core.c574 void of_phy_put(struct phy *phy) in of_phy_put() function
587 EXPORT_SYMBOL_GPL(of_phy_put);
599 of_phy_put(phy); in phy_put()