Home
last modified time | relevance | path

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

12

/openbmc/linux/include/linux/phy/
H A 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
/openbmc/linux/Documentation/driver-api/phy/
H A 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
/openbmc/linux/drivers/phy/amlogic/
H A Dphy-meson-axg-pcie.c161 priv->analog = devm_phy_get(dev, "analog"); in phy_axg_pcie_probe()
H A Dphy-meson-axg-mipi-dphy.c367 priv->analog = devm_phy_get(dev, "analog"); in phy_meson_axg_mipi_dphy_probe()
/openbmc/linux/drivers/phy/
H A Dphy-core.c786 struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() function
804 EXPORT_SYMBOL_GPL(devm_phy_get);
821 struct phy *phy = devm_phy_get(dev, string); in devm_phy_optional_get()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-spear13xx.c212 spear13xx_pcie->phy = devm_phy_get(dev, "pcie-phy"); in spear13xx_pcie_probe()
H A Dpcie-dw-rockchip.c260 rockchip->phy = devm_phy_get(dev, "pcie-phy"); in rockchip_pcie_phy_init()
H A Dpcie-intel-gw.c238 pcie->phy = devm_phy_get(dev, "pcie"); in intel_pcie_get_resources()
H A Dpcie-histb.c393 hipcie->phy = devm_phy_get(dev, "phy"); in histb_pcie_probe()
H A Dpci-meson.c417 mp->phy = devm_phy_get(dev, "pcie"); in meson_pcie_probe()
H A Dpci-dra7xx.c755 phy[i] = devm_phy_get(dev, name); in dra7xx_pcie_probe()
/openbmc/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence.c215 phy[i] = devm_phy_get(dev, name); in cdns_pcie_init_phy()
/openbmc/linux/drivers/usb/host/
H A Dohci-st.c151 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ohci_platform_probe()
H A Dehci-st.c171 priv->phy = devm_phy_get(&dev->dev, "usb"); in st_ehci_platform_probe()
H A Dohci-da8xx.c397 da8xx_ohci->usb11_phy = devm_phy_get(dev, "usb-phy"); in ohci_da8xx_probe()
/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_dw_mipi_dsi.c281 mipi_dsi->phy = devm_phy_get(dev, "dphy"); in meson_dw_mipi_dsi_probe()
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_parser.c87 io->phy = devm_phy_get(&pdev->dev, "dp"); in dp_parser_ctrl_res()
/openbmc/linux/drivers/pci/controller/
H A Dpcie-rockchip.c322 phy = devm_phy_get(dev, "pcie-phy"); in rockchip_pcie_get_phys()
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-csi.c541 csi->dphy = devm_phy_get(rkisp1->dev, "dphy"); in rkisp1_csi_init()
/openbmc/linux/drivers/usb/musb/
H A Dda8xx.c527 glue->phy = devm_phy_get(&pdev->dev, "usb-phy"); in da8xx_probe()
H A Domap2430.c201 musb->phy = devm_phy_get(dev->parent, "usb2-phy"); in omap2430_musb_init()
H A Dsunxi.c759 glue->phy = devm_phy_get(&pdev->dev, "usb"); in sunxi_musb_probe()
/openbmc/linux/drivers/usb/dwc2/
H A Dplatform.c241 hsotg->phy = devm_phy_get(hsotg->dev, "usb2-phy"); in dwc2_lowlevel_hw_init()
/openbmc/linux/drivers/media/platform/sunxi/sun6i-mipi-csi2/
H A Dsun6i_mipi_csi2.c677 csi2_dev->dphy = devm_phy_get(dev, "dphy"); in sun6i_mipi_csi2_resources_setup()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_lvds.c506 lvds->dphy = devm_phy_get(&pdev->dev, "dphy"); in px30_lvds_probe()

12