Home
last modified time | relevance | path

Searched refs:devm_of_phy_get (Results 1 – 12 of 12) sorted by relevance

/linux/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst108 struct phy *devm_of_phy_get(struct device *dev, struct device_node *np,
124 多个 phy。在这种情况下,devm_of_phy_get 或 devm_of_phy_get_by_index
/linux/drivers/phy/
H A Dphy-core.c884 struct phy *devm_of_phy_get(struct device *dev, struct device_node *np, in devm_of_phy_get() function
910 EXPORT_SYMBOL_GPL(devm_of_phy_get);
929 struct phy *phy = devm_of_phy_get(dev, np, con_id); in devm_of_phy_optional_get()
/linux/drivers/usb/core/
H A Dphy.c29 phy = devm_of_phy_get(dev, dev->of_node, name); in usb_phy_roothub_add_phy_by_name()
/linux/drivers/pci/controller/dwc/
H A Dpci-exynos.c299 ep->phy = devm_of_phy_get(dev, np, NULL); in exynos_pcie_probe()
H A Dpcie-kirin.c658 kirin_pcie->phy = devm_of_phy_get(dev, dev->of_node, NULL); in kirin_pcie_power_on()
/linux/drivers/gpu/drm/bridge/imx/
H A Dimx8qm-ldb.c419 imx8qm_ldb_ch->phy = devm_of_phy_get(dev, ldb_ch->np, in imx8qm_ldb_get_phy()
H A Dimx8qxp-ldb.c658 imx8qxp_ldb_ch->phy = devm_of_phy_get(dev, ldb_ch->np, "lvds_phy"); in imx8qxp_ldb_probe()
/linux/drivers/pci/controller/
H A Dpci-aardvark.c1716 pcie->phy = devm_of_phy_get(dev, node, NULL); in advk_pcie_setup_phy()
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-dp.c2000 dp->phy = devm_of_phy_get(dev, dev->of_node, NULL); in dw_dp_bind()
/linux/drivers/net/ethernet/renesas/
H A Drswitch_main.c1541 rdev->serdes = devm_of_phy_get(&rdev->priv->pdev->dev, rdev->np_port, NULL); in rswitch_ether_port_init_one()
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c2652 port->slave.ifphy = devm_of_phy_get(dev, port_np, NULL); in am65_cpsw_nuss_init_slave_ports()
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c6875 comphy = devm_of_phy_get(&pdev->dev, port_node, NULL); in mvpp2_port_probe()