Home
last modified time | relevance | path

Searched refs:devm_phy_get (Results 1 – 25 of 43) sorted by relevance

12

/linux/Documentation/driver-api/phy/
A Dphy.rst106 struct phy *devm_phy_get(struct device *dev, const char *string);
113 phy_get, phy_optional_get, devm_phy_get and devm_phy_optional_get can
117 devm_phy_get associates the device with the PHY using devres on
/linux/include/linux/phy/
A Dphy.h250 struct phy *devm_phy_get(struct device *dev, const char *string);
431 static inline struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() function
/linux/drivers/phy/amlogic/
A Dphy-meson-axg-pcie.c160 priv->analog = devm_phy_get(dev, "analog"); in phy_axg_pcie_probe()
A Dphy-meson-axg-mipi-dphy.c368 priv->analog = devm_phy_get(dev, "analog"); in phy_meson_axg_mipi_dphy_probe()
/linux/drivers/phy/
A Dphy-core.c762 struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() function
780 EXPORT_SYMBOL_GPL(devm_phy_get);
797 struct phy *phy = devm_phy_get(dev, string); in devm_phy_optional_get()
/linux/drivers/pci/controller/dwc/
A Dpcie-spear13xx.c212 spear13xx_pcie->phy = devm_phy_get(dev, "pcie-phy"); in spear13xx_pcie_probe()
A Dpcie-dw-rockchip.c163 rockchip->phy = devm_phy_get(dev, "pcie-phy"); in rockchip_pcie_phy_init()
A Dpcie-histb.c396 hipcie->phy = devm_phy_get(dev, "phy"); in histb_pcie_probe()
A Dpcie-intel-gw.c240 lpp->phy = devm_phy_get(dev, "pcie"); in intel_pcie_get_resources()
A Dpci-meson.c412 mp->phy = devm_phy_get(dev, "pcie"); in meson_pcie_probe()
A Dpci-dra7xx.c757 phy[i] = devm_phy_get(dev, name); in dra7xx_pcie_probe()
/linux/drivers/usb/dwc3/
A Ddwc3-xilinx.c105 usb3_phy = devm_phy_get(dev, "usb3-phy"); in dwc3_xlnx_init_zynqmp()
A Dcore.c1204 dwc->usb2_generic_phy = devm_phy_get(dev, "usb2-phy"); in dwc3_core_get_phy()
1214 dwc->usb3_generic_phy = devm_phy_get(dev, "usb3-phy"); in dwc3_core_get_phy()
/linux/drivers/pci/controller/cadence/
A Dpcie-cadence.c214 phy[i] = devm_phy_get(dev, name); in cdns_pcie_init_phy()
/linux/drivers/usb/host/
A Dohci-st.c159 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ohci_platform_probe()
A Dehci-st.c178 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ehci_platform_probe()
A Dohci-da8xx.c396 da8xx_ohci->usb11_phy = devm_phy_get(dev, "usb-phy"); in ohci_da8xx_probe()
/linux/drivers/gpu/drm/msm/dp/
A Ddp_parser.c95 io->phy = devm_phy_get(&pdev->dev, "dp"); in dp_parser_ctrl_res()
/linux/drivers/pci/controller/
A Dpcie-rockchip.c304 phy = devm_phy_get(dev, "pcie-phy"); in rockchip_pcie_get_phys()
/linux/drivers/media/platform/rockchip/rkisp1/
A Drkisp1-dev.c203 s_asd->dphy = devm_phy_get(rkisp1->dev, "dphy"); in rkisp1_subdev_notifier_bound()
/linux/drivers/usb/musb/
A Domap2430.c200 musb->phy = devm_phy_get(dev->parent, "usb2-phy"); in omap2430_musb_init()
A Dda8xx.c526 glue->phy = devm_phy_get(&pdev->dev, "usb-phy"); in da8xx_probe()
A Dsunxi.c763 glue->phy = devm_phy_get(&pdev->dev, "usb"); in sunxi_musb_probe()
/linux/drivers/usb/dwc2/
A Dplatform.c246 hsotg->phy = devm_phy_get(hsotg->dev, "usb2-phy"); in dwc2_lowlevel_hw_init()
/linux/drivers/gpu/drm/rockchip/
A Drockchip_lvds.c497 lvds->dphy = devm_phy_get(&pdev->dev, "dphy"); in px30_lvds_probe()

Completed in 45 milliseconds

12