Home
last modified time | relevance | path

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

1234

/linux/Documentation/translations/zh_CN/driver-api/phy/
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/Documentation/driver-api/phy/
A Dphy.rst134 the phy_init() and phy_exit() calls, and phy_power_on() and
145 phy_power_on()
152 Some PHY drivers may not implement :c:func:`phy_init` or :c:func:`phy_power_on`,
158 :c:func:`phy_power_on`, although some PHY drivers may allow it at any time.
198 It should also be noted that phy_power_on and phy_power_off performs
/linux/drivers/usb/renesas_usbhs/
A Drcar2.c53 retval = phy_power_on(priv->phy); in usbhs_rcar2_power_ctrl()
A Drza2.c51 retval = phy_power_on(priv->phy); in usbhs_rza2_power_ctrl()
/linux/drivers/usb/gadget/udc/
A Dsnps_udc_plat.c151 ret = phy_power_on(udc->udc_phy); in udc_plat_probe()
282 ret = phy_power_on(udc->udc_phy); in udc_plat_resume()
/linux/drivers/usb/cdns3/
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/
A Ddwc3-xilinx.c199 ret = phy_power_on(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp()
406 ret = phy_power_on(priv_data->usb3_phy); in dwc3_xlnx_resume()
A Ddwc3-keystone.c120 error = phy_power_on(kdwc->usb3_phy); in kdwc3_probe()
/linux/drivers/gpu/drm/bridge/imx/
A Dimx8qm-ldb.c230 ret = phy_power_on(imx8qm_ldb->channel[0].phy); in imx8qm_ldb_bridge_atomic_enable()
236 ret = phy_power_on(imx8qm_ldb->channel[1].phy); in imx8qm_ldb_bridge_atomic_enable()
242 ret = phy_power_on(imx8qm_ldb_ch->phy); in imx8qm_ldb_bridge_atomic_enable()
/linux/drivers/usb/musb/
A Dmediatek.c81 phy_power_on(glue->phy); in mtk_otg_switch_set()
94 phy_power_on(glue->phy); in mtk_otg_switch_set()
281 ret = phy_power_on(glue->phy); in mtk_musb_init()
A Domap2430.c227 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()
A Dda8xx.c395 ret = phy_power_on(glue->phy); in da8xx_musb_init()
618 return phy_power_on(glue->phy); in da8xx_resume()
/linux/include/linux/phy/
A Dphy.h234 int phy_power_on(struct phy *phy);
348 static inline int phy_power_on(struct phy *phy) in phy_power_on() function
/linux/drivers/phy/amlogic/
A Dphy-meson-axg-pcie.c47 ret = phy_power_on(priv->analog); in phy_axg_pcie_power_on()
A Dphy-meson-axg-mipi-dphy.c224 ret = phy_power_on(priv->analog); in phy_meson_axg_mipi_dphy_power_on()
/linux/drivers/ata/
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()
/linux/drivers/pci/controller/cadence/
A Dpcie-cadence.c170 ret = phy_power_on(pcie->phy[i]); in cdns_pcie_enable_phy()
/linux/drivers/usb/host/
A Dohci-exynos.c87 ret = phy_power_on(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()
A Dehci-exynos.c98 ret = phy_power_on(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()
A Dohci-st.c75 ret = phy_power_on(priv->phy); in st_ohci_platform_power_on()
/linux/drivers/usb/core/
A Dphy.c307 err = phy_power_on(roothub_entry->phy); in usb_phy_roothub_power_on()
/linux/drivers/usb/chipidea/
A Dci_hdrc_msm.c100 ret = phy_power_on(ci->phy); in ci_hdrc_msm_notify_event()
/linux/drivers/gpu/drm/meson/
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/
A Dpcie-armada8k.c100 ret = phy_power_on(pcie->phy[i]); in armada8k_pcie_enable_phys()
/linux/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_netdev.c118 err = phy_power_on(port->serdes); in sparx5_port_open()

Completed in 41 milliseconds

1234