Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dxhci-mvebu.c86 phy = of_phy_get(dev->of_node, "usb3-phy"); in xhci_mvebu_a3700_plat_setup()
/Linux-v5.15/include/linux/phy/
Dphy.h259 struct phy *of_phy_get(struct device_node *np, const char *con_id);
468 static inline struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() function
/Linux-v5.15/drivers/phy/
Dphy-core.c577 struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get() function
596 EXPORT_SYMBOL_GPL(of_phy_get);
826 phy = of_phy_get(np, con_id); in devm_of_phy_get()
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot_net.c1635 struct phy *serdes = of_phy_get(portnp, NULL); in ocelot_port_phylink_create()