Searched refs:devm_of_phy_optional_get (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/include/linux/phy/ |
H A D | phy.h | 259 struct phy *devm_of_phy_optional_get(struct device *dev, struct device_node *np, 450 static inline struct phy *devm_of_phy_optional_get(struct device *dev, in devm_of_phy_optional_get() function
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-exynos.c | 72 phy = devm_of_phy_optional_get(dev, child, NULL); in exynos_ohci_get_phy()
|
H A D | ehci-exynos.c | 83 phy = devm_of_phy_optional_get(dev, child, NULL); in exynos_ehci_get_phy()
|
/openbmc/linux/drivers/phy/ |
H A D | phy-core.c | 877 struct phy *devm_of_phy_optional_get(struct device *dev, struct device_node *np, in devm_of_phy_optional_get() function 891 EXPORT_SYMBOL_GPL(devm_of_phy_optional_get);
|
/openbmc/linux/Documentation/driver-api/phy/ |
H A D | phy.rst | 111 struct phy *devm_of_phy_optional_get(struct device *dev,
|
/openbmc/linux/drivers/net/ethernet/freescale/fman/ |
H A D | fman_memac.c | 1156 memac->serdes = devm_of_phy_optional_get(mac_dev->dev, mac_node, in memac_initialization()
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_main.c | 1205 serdes = devm_of_phy_optional_get(lan966x->dev, in lan966x_probe()
|
/openbmc/linux/drivers/net/can/rcar/ |
H A D | rcar_canfd.c | 1874 transceivers[i] = devm_of_phy_optional_get(dev, in rcar_canfd_probe()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-tegra.c | 1333 phy = devm_of_phy_optional_get(dev, np, name); in devm_of_phy_optional_get_index()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-nuss.c | 1483 phy = devm_of_phy_optional_get(dev, port_np, name); in am65_cpsw_init_serdes_phy()
|