Home
last modified time | relevance | path

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

12

/Linux-v5.10/include/linux/phy/
Dphy.h238 struct phy *devm_phy_get(struct device *dev, const char *string);
405 static inline struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() function
/Linux-v5.10/Documentation/driver-api/phy/
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-v5.10/drivers/phy/amlogic/
Dphy-meson-axg-pcie.c162 priv->analog = devm_phy_get(dev, "analog"); in phy_axg_pcie_probe()
/Linux-v5.10/drivers/phy/
Dphy-core.c730 struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() function
748 EXPORT_SYMBOL_GPL(devm_phy_get);
765 struct phy *phy = devm_phy_get(dev, string); in devm_phy_optional_get()
/Linux-v5.10/drivers/pci/controller/cadence/
Dpcie-cadence.c198 phy[i] = devm_phy_get(dev, name); in cdns_pcie_init_phy()
/Linux-v5.10/drivers/gpu/drm/msm/dp/
Ddp_parser.c73 io->phy = devm_phy_get(&pdev->dev, "dp"); in dp_parser_ctrl_res()
/Linux-v5.10/drivers/pci/controller/dwc/
Dpcie-spear13xx.c222 spear13xx_pcie->phy = devm_phy_get(dev, "pcie-phy"); in spear13xx_pcie_probe()
Dpcie-intel-gw.c266 lpp->phy = devm_phy_get(dev, "pcie"); in intel_pcie_get_resources()
Dpcie-histb.c409 hipcie->phy = devm_phy_get(dev, "phy"); in histb_pcie_probe()
Dpci-meson.c445 mp->phy = devm_phy_get(dev, "pcie"); in meson_pcie_probe()
Dpci-dra7xx.c884 phy[i] = devm_phy_get(dev, name); in dra7xx_pcie_probe()
/Linux-v5.10/drivers/usb/host/
Dohci-st.c159 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ohci_platform_probe()
Dehci-st.c178 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ehci_platform_probe()
Dohci-da8xx.c396 da8xx_ohci->usb11_phy = devm_phy_get(dev, "usb-phy"); in ohci_da8xx_probe()
/Linux-v5.10/drivers/pci/controller/
Dpcie-rockchip.c304 phy = devm_phy_get(dev, "pcie-phy"); in rockchip_pcie_get_phys()
/Linux-v5.10/drivers/staging/media/rkisp1/
Drkisp1-dev.c195 s_asd->dphy = devm_phy_get(rkisp1->dev, "dphy"); in rkisp1_subdev_notifier_bound()
/Linux-v5.10/drivers/usb/musb/
Domap2430.c197 musb->phy = devm_phy_get(dev->parent, "usb2-phy"); in omap2430_musb_init()
Dda8xx.c526 glue->phy = devm_phy_get(&pdev->dev, "usb-phy"); in da8xx_probe()
Dsunxi.c755 glue->phy = devm_phy_get(&pdev->dev, "usb"); in sunxi_musb_probe()
Dmusb_dsps.c447 musb->phy = devm_phy_get(dev->parent, "usb2-phy"); in dsps_musb_init()
/Linux-v5.10/drivers/usb/dwc2/
Dplatform.c246 hsotg->phy = devm_phy_get(hsotg->dev, "usb2-phy"); in dwc2_lowlevel_hw_init()
/Linux-v5.10/drivers/gpu/drm/rockchip/
Drockchip_lvds.c498 lvds->dphy = devm_phy_get(&pdev->dev, "dphy"); in px30_lvds_probe()
/Linux-v5.10/drivers/staging/mt7621-pci/
Dpci-mt7621.c375 port->phy = devm_phy_get(dev, name); in mt7621_pcie_parse_port()
/Linux-v5.10/drivers/usb/dwc3/
Dcore.c1149 dwc->usb2_generic_phy = devm_phy_get(dev, "usb2-phy"); in dwc3_core_get_phy()
1162 dwc->usb3_generic_phy = devm_phy_get(dev, "usb3-phy"); in dwc3_core_get_phy()
/Linux-v5.10/drivers/media/platform/exynos4-is/
Dmipi-csis.c798 state->phy = devm_phy_get(dev, "csis"); in s5pcsis_probe()

12