Searched refs:devm_of_phy_optional_get (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/phy/ |
H A D | phy.h | 266 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 D | phy.rst | 110 struct phy *devm_of_phy_optional_get(struct device *dev,
|
/linux/drivers/phy/ |
H A D | phy-core.c | 929 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 D | phy.rst | 111 struct phy *devm_of_phy_optional_get(struct device *dev,
|
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_main.c | 1204 serdes = devm_of_phy_optional_get(lan966x->dev, in lan966x_probe()
|
/linux/drivers/net/can/rcar/ |
H A D | rcar_canfd.c | 1868 transceivers[i] = devm_of_phy_optional_get(dev, in rcar_canfd_probe()
|
/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-nuss.c | 2080 phy = devm_of_phy_optional_get(dev, port_np, name); in am65_cpsw_init_serdes_phy()
|