Searched refs:devm_of_phy_optional_get (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/include/linux/phy/ |
A D | phy.h | 257 struct phy *devm_of_phy_optional_get(struct device *dev, struct device_node *np, 448 static inline struct phy *devm_of_phy_optional_get(struct device *dev, in devm_of_phy_optional_get() function
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | ohci-exynos.c | 72 phy = devm_of_phy_optional_get(dev, child, NULL); in exynos_ohci_get_phy()
|
A D | ehci-exynos.c | 83 phy = devm_of_phy_optional_get(dev, child, NULL); in exynos_ehci_get_phy()
|
/linux-6.3-rc2/drivers/phy/ |
A D | phy-core.c | 875 struct phy *devm_of_phy_optional_get(struct device *dev, struct device_node *np, in devm_of_phy_optional_get() function 889 EXPORT_SYMBOL_GPL(devm_of_phy_optional_get);
|
/linux-6.3-rc2/Documentation/driver-api/phy/ |
A D | phy.rst | 111 struct phy *devm_of_phy_optional_get(struct device *dev,
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/fman/ |
A D | fman_memac.c | 1158 memac->serdes = devm_of_phy_optional_get(mac_dev->dev, mac_node, in memac_initialization()
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/ |
A D | lan966x_main.c | 1157 serdes = devm_of_phy_optional_get(lan966x->dev, in lan966x_probe()
|
/linux-6.3-rc2/drivers/pci/controller/ |
A D | pci-tegra.c | 1333 phy = devm_of_phy_optional_get(dev, np, name); in devm_of_phy_optional_get_index()
|
Completed in 20 milliseconds