Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-mvebu.c86 phy = of_phy_get(dev->of_node, "usb3-phy"); in xhci_mvebu_a3700_plat_setup()
/kernel/linux/linux-5.10/include/linux/phy/
Dphy.h247 struct phy *of_phy_get(struct device_node *np, const char *con_id);
442 static inline struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() function
/kernel/linux/linux-5.10/drivers/phy/
Dphy-core.c547 struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() function
566 EXPORT_SYMBOL_GPL(of_phy_get);
794 phy = of_phy_get(np, con_id); in devm_of_phy_get()