Home
last modified time | relevance | path

Searched refs:devm_of_phy_get_by_index (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst113 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 Dphy.c52 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 Dpcie-armada8k.c119 pcie->phy[i] = devm_of_phy_get_by_index(dev, node, i); in armada8k_pcie_setup_phys()
/linux/drivers/phy/
H A Dphy-core.c954 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/gadget/udc/bdc/
H A Dbdc_core.c524 bdc->phys[phy_num] = devm_of_phy_get_by_index( in bdc_probe()