Home
last modified time | relevance | path

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

12

/Linux-v6.6/include/linux/phy/
Dphy.h255 struct phy *devm_phy_get(struct device *dev, const char *string);
432 static inline struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() function
/Linux-v6.6/Documentation/driver-api/phy/
Dphy.rst106 struct phy *devm_phy_get(struct device *dev, const char *string);
118 phy_get, devm_phy_get and devm_phy_optional_get can be used to get the PHY.
122 devm_phy_get associates the device with the PHY using devres on
/Linux-v6.6/drivers/phy/amlogic/
Dphy-meson-axg-pcie.c161 priv->analog = devm_phy_get(dev, "analog"); in phy_axg_pcie_probe()
Dphy-meson-axg-mipi-dphy.c367 priv->analog = devm_phy_get(dev, "analog"); in phy_meson_axg_mipi_dphy_probe()
/Linux-v6.6/drivers/phy/
Dphy-core.c781 struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() function
799 EXPORT_SYMBOL_GPL(devm_phy_get);
816 struct phy *phy = devm_phy_get(dev, string); in devm_phy_optional_get()
/Linux-v6.6/drivers/pci/controller/dwc/
Dpcie-spear13xx.c212 spear13xx_pcie->phy = devm_phy_get(dev, "pcie-phy"); in spear13xx_pcie_probe()
Dpcie-dw-rockchip.c260 rockchip->phy = devm_phy_get(dev, "pcie-phy"); in rockchip_pcie_phy_init()
Dpcie-histb.c393 hipcie->phy = devm_phy_get(dev, "phy"); in histb_pcie_probe()
Dpcie-intel-gw.c238 pcie->phy = devm_phy_get(dev, "pcie"); in intel_pcie_get_resources()
Dpci-meson.c417 mp->phy = devm_phy_get(dev, "pcie"); in meson_pcie_probe()
Dpci-dra7xx.c755 phy[i] = devm_phy_get(dev, name); in dra7xx_pcie_probe()
/Linux-v6.6/drivers/pci/controller/cadence/
Dpcie-cadence.c215 phy[i] = devm_phy_get(dev, name); in cdns_pcie_init_phy()
/Linux-v6.6/drivers/gpu/drm/meson/
Dmeson_dw_mipi_dsi.c274 mipi_dsi->phy = devm_phy_get(dev, "dphy"); in meson_dw_mipi_dsi_probe()
/Linux-v6.6/drivers/usb/host/
Dohci-st.c151 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ohci_platform_probe()
Dehci-st.c171 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ehci_platform_probe()
Dohci-da8xx.c397 da8xx_ohci->usb11_phy = devm_phy_get(dev, "usb-phy"); in ohci_da8xx_probe()
/Linux-v6.6/drivers/gpu/drm/msm/dp/
Ddp_parser.c87 io->phy = devm_phy_get(&pdev->dev, "dp"); in dp_parser_ctrl_res()
/Linux-v6.6/drivers/pci/controller/
Dpcie-rockchip.c322 phy = devm_phy_get(dev, "pcie-phy"); in rockchip_pcie_get_phys()
/Linux-v6.6/drivers/media/platform/rockchip/rkisp1/
Drkisp1-csi.c526 csi->dphy = devm_phy_get(rkisp1->dev, "dphy"); in rkisp1_csi_init()
/Linux-v6.6/drivers/usb/musb/
Dda8xx.c527 glue->phy = devm_phy_get(&pdev->dev, "usb-phy"); in da8xx_probe()
Domap2430.c201 musb->phy = devm_phy_get(dev->parent, "usb2-phy"); in omap2430_musb_init()
Dsunxi.c761 glue->phy = devm_phy_get(&pdev->dev, "usb"); in sunxi_musb_probe()
/Linux-v6.6/drivers/media/platform/sunxi/sun6i-mipi-csi2/
Dsun6i_mipi_csi2.c677 csi2_dev->dphy = devm_phy_get(dev, "dphy"); in sun6i_mipi_csi2_resources_setup()
/Linux-v6.6/drivers/usb/dwc2/
Dplatform.c241 hsotg->phy = devm_phy_get(hsotg->dev, "usb2-phy"); in dwc2_lowlevel_hw_init()
/Linux-v6.6/drivers/gpu/drm/rockchip/
Drockchip_lvds.c507 lvds->dphy = devm_phy_get(&pdev->dev, "dphy"); in px30_lvds_probe()

12