Searched refs:devm_of_phy_get_by_index (Results 1 – 11 of 11) sorted by relevance
| /linux/Documentation/translations/zh_CN/driver-api/phy/ |
| H A D | phy.rst | 113 struct phy *devm_of_phy_get_by_index(struct device *dev, 124 多个 phy。在这种情况下,devm_of_phy_get 或 devm_of_phy_get_by_index
|
| /linux/include/linux/phy/ |
| H A D | phy.h | 285 struct phy *devm_of_phy_get_by_index(struct device *dev, struct device_node *np, 492 static inline struct phy *devm_of_phy_get_by_index(struct device *dev, in devm_of_phy_get_by_index() function
|
| /linux/drivers/usb/core/ |
| H A D | phy.c | 52 phy = devm_of_phy_get_by_index(dev, dev->of_node, index); in usb_phy_roothub_add_phy()
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-armada8k.c | 119 pcie->phy[i] = devm_of_phy_get_by_index(dev, node, i); in armada8k_pcie_setup_phys()
|
| /linux/drivers/phy/qualcomm/ |
| H A D | phy-qcom-m31-eusb2.c | 288 phy->repeater = devm_of_phy_get_by_index(dev, dev->of_node, 0); in m31eusb2_phy_probe()
|
| /linux/drivers/phy/ |
| H A D | phy-core.c | 957 struct phy *devm_of_phy_get_by_index(struct device *dev, struct device_node *np, in devm_of_phy_get_by_index() function 990 EXPORT_SYMBOL_GPL(devm_of_phy_get_by_index);
|
| /linux/drivers/usb/mtu3/ |
| H A D | mtu3_plat.c | 255 ssusb->phys[i] = devm_of_phy_get_by_index(dev, node, i); in get_ssusb_rscs()
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | dw_hdmi_qp-rockchip.c | 568 hdmi->phy = devm_of_phy_get_by_index(dev, dev->of_node, 0); in dw_hdmi_qp_rockchip_bind()
|
| /linux/drivers/pci/controller/ |
| H A D | pcie-xilinx-nwl.c | 812 pcie->phy[i] = devm_of_phy_get_by_index(dev, dev->of_node, i); in nwl_pcie_parse_dt()
|
| /linux/drivers/ufs/host/ |
| H A D | ufs-mediatek.c | 309 host->mphy = devm_of_phy_get_by_index(dev, np, 0); in ufs_mtk_bind_mphy()
|
| /linux/drivers/gpu/drm/bridge/cadence/ |
| H A D | cdns-mhdp8546-core.c | 2431 mhdp->phy = devm_of_phy_get_by_index(dev, pdev->dev.of_node, 0); in cdns_mhdp_probe()
|