Searched refs:devm_of_phy_get_by_index (Results 1 – 8 of 8) 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/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/ |
| H A D | phy-core.c | 954 struct phy *devm_of_phy_get_by_index(struct device *dev, struct device_node *np, in devm_of_phy_get_by_index() function 987 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/usb/gadget/udc/bdc/ |
| H A D | bdc_core.c | 524 bdc->phys[phy_num] = devm_of_phy_get_by_index( in bdc_probe()
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | dw_hdmi_qp-rockchip.c | 559 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()
|