Home
last modified time | relevance | path

Searched refs:phy_power_on (Results 1 – 25 of 56) sorted by relevance

123

/linux/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst129 调用、phy_init()/phy_exit() 调用、phy_power_on()/phy_power_off()
139 phy_power_on()
146 一些PHY驱动可能没有实现 :c:func:`phy_init` 或 :c:func:`phy_power_on`,
150 使用哪种模式,则应始终调用此函数。通常,应在 :c:func:`phy_power_on`
189 phy_power_on 和 phy_power_off 分别执行 phy_pm_runtime_get_sync 和
/linux/drivers/usb/renesas_usbhs/
H A Drcar2.c53 retval = phy_power_on(priv->phy); in usbhs_rcar2_power_ctrl()
/linux/drivers/usb/cdns3/
H A Dcdns3-plat.c30 ret = phy_power_on(cdns->usb2_phy); in set_phy_power_on()
34 ret = phy_power_on(cdns->usb3_phy); in set_phy_power_on()
/linux/drivers/usb/dwc3/
H A Ddwc3-xilinx.c222 ret = phy_power_on(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp()
416 ret = phy_power_on(priv_data->usb3_phy); in dwc3_xlnx_resume()
H A Ddwc3-meson-g12a.c782 ret = phy_power_on(priv->phys[i]); in dwc3_meson_g12a_probe()
921 ret = phy_power_on(priv->phys[i]); in dwc3_meson_g12a_resume()
/linux/drivers/usb/musb/
H A Domap2430.c226 phy_power_on(musb->phy); in omap2430_musb_init()
517 phy_power_on(musb->phy); in omap2430_runtime_resume()
576 phy_power_on(musb->phy); in omap2430_resume()
H A Dda8xx.c397 ret = phy_power_on(glue->phy); in da8xx_musb_init()
620 return phy_power_on(glue->phy); in da8xx_resume()
/linux/include/linux/phy/
H A Dphy.h250 int phy_power_on(struct phy *phy);
355 static inline int phy_power_on(struct phy *phy) in phy_power_on() function
/linux/drivers/phy/amlogic/
H A Dphy-meson-axg-pcie.c47 ret = phy_power_on(priv->analog); in phy_axg_pcie_power_on()
H A Dphy-meson-axg-mipi-dphy.c224 ret = phy_power_on(priv->analog); in phy_meson_axg_mipi_dphy_power_on()
/linux/drivers/ata/
H A Dahci_imx.c436 ret = phy_power_on(imxpriv->cali_phy0); in imx8_sata_enable()
446 ret = phy_power_on(imxpriv->cali_phy1); in imx8_sata_enable()
461 ret = phy_power_on(imxpriv->sata_phy); in imx8_sata_enable()
H A Dahci_ceva.c224 rc = phy_power_on(hpriv->phys[i]); in ceva_ahci_platform_enable_resources()
/linux/drivers/usb/core/
H A Dphy.c307 err = phy_power_on(roothub_entry->phy); in usb_phy_roothub_power_on()
/linux/drivers/gpu/drm/meson/
H A Dmeson_dw_mipi_dsi.c142 if (phy_power_on(mipi_dsi->phy)) in dw_mipi_dsi_phy_power_on()
/linux/drivers/pci/controller/dwc/
H A Dpcie-armada8k.c100 ret = phy_power_on(pcie->phy[i]); in armada8k_pcie_enable_phys()
H A Dpci-exynos.c235 phy_power_on(ep->phy); in exynos_pcie_host_init()
H A Dpci-meson.c142 ret = phy_power_on(mp->phy); in meson_pcie_power_on()
/linux/drivers/pci/controller/plda/
H A Dpcie-starfive.c248 ret = phy_power_on(pcie->phy); in starfive_pcie_enable_phy()
/linux/drivers/phy/
H A Dphy-core.c305 int phy_power_on(struct phy *phy) in phy_power_on() function
345 EXPORT_SYMBOL_GPL(phy_power_on);
/linux/drivers/mmc/host/
H A Dsdhci-of-arasan.c378 if (phy_power_on(sdhci_arasan->phy)) { in sdhci_arasan_set_clock()
446 if (phy_power_on(sdhci_arasan->phy)) { in sdhci_arasan_set_clock()
682 ret = phy_power_on(sdhci_arasan->phy); in sdhci_arasan_resume()
/linux/drivers/usb/host/
H A Dohci-da8xx.c64 ret = phy_power_on(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()
/linux/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c341 return phy_power_on(hdmi->phy); in dw_hdmi_rockchip_genphy_init()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi.c840 phy_power_on(hdmi->phy); in mtk_hdmi_output_set_display_mode()
1065 phy_power_on(hdmi->phy); in mtk_hdmi_bridge_atomic_enable()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk.c1501 static int phy_power_on(struct rk_priv_data *bsp_priv, bool enable) in phy_power_on() function
1695 ret = phy_power_on(bsp_priv, true); in rk_gmac_powerup()
1716 phy_power_on(gmac, false); in rk_gmac_powerdown()
/linux/drivers/usb/mtu3/
H A Dmtu3_plat.c110 ret = phy_power_on(ssusb->phys[i]); in ssusb_phy_power_on()

123