Home
last modified time | relevance | path

Searched refs:devm_of_phy_optional_get (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/phy/
H A Dphy.h266 struct phy *devm_of_phy_optional_get(struct device *dev, struct device_node *np,
471 static inline struct phy *devm_of_phy_optional_get(struct device *dev, in devm_of_phy_optional_get() function
/linux/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst110 struct phy *devm_of_phy_optional_get(struct device *dev,
/linux/drivers/phy/
H A Dphy-core.c929 struct phy *devm_of_phy_optional_get(struct device *dev, struct device_node *np, in devm_of_phy_optional_get() function
943 EXPORT_SYMBOL_GPL(devm_of_phy_optional_get);
/linux/Documentation/driver-api/phy/
H A Dphy.rst111 struct phy *devm_of_phy_optional_get(struct device *dev,
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c1204 serdes = devm_of_phy_optional_get(lan966x->dev, in lan966x_probe()
/linux/drivers/net/can/rcar/
H A Drcar_canfd.c1868 transceivers[i] = devm_of_phy_optional_get(dev, in rcar_canfd_probe()
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c2080 phy = devm_of_phy_optional_get(dev, port_np, name); in am65_cpsw_init_serdes_phy()