Searched refs:devm_of_phy_optional_get (Results 1 - 9 of 9) sorted by relevance

/linux-master/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, function
/linux-master/drivers/usb/host/
H A Dohci-exynos.c72 phy = devm_of_phy_optional_get(dev, child, NULL);
H A Dehci-exynos.c83 phy = devm_of_phy_optional_get(dev, child, NULL);
/linux-master/drivers/phy/
H A Dphy-core.c911 * devm_of_phy_optional_get() - lookup and obtain a reference to an optional
924 struct phy *devm_of_phy_optional_get(struct device *dev, struct device_node *np, function
938 EXPORT_SYMBOL_GPL(devm_of_phy_optional_get); variable
/linux-master/drivers/net/ethernet/freescale/fman/
H A Dfman_memac.c1155 memac->serdes = devm_of_phy_optional_get(mac_dev->dev, mac_node,
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c1204 serdes = devm_of_phy_optional_get(lan966x->dev,
/linux-master/drivers/pci/controller/
H A Dpci-tegra.c1333 phy = devm_of_phy_optional_get(dev, np, name);
/linux-master/drivers/net/can/rcar/
H A Drcar_canfd.c1874 transceivers[i] = devm_of_phy_optional_get(dev,
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c1551 phy = devm_of_phy_optional_get(dev, port_np, name);

Completed in 163 milliseconds