| /linux-6.15/Documentation/translations/zh_CN/driver-api/phy/ |
| H A D | phy.rst | 129 调用、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-6.15/Documentation/driver-api/phy/ |
| H A D | phy.rst | 134 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-6.15/drivers/usb/renesas_usbhs/ |
| H A D | rcar2.c | 53 retval = phy_power_on(priv->phy); in usbhs_rcar2_power_ctrl()
|
| H A D | rza2.c | 51 retval = phy_power_on(priv->phy); in usbhs_rza2_power_ctrl()
|
| /linux-6.15/drivers/usb/gadget/udc/ |
| H A D | snps_udc_plat.c | 151 ret = phy_power_on(udc->udc_phy); in udc_plat_probe() 282 ret = phy_power_on(udc->udc_phy); in udc_plat_resume()
|
| /linux-6.15/drivers/usb/cdns3/ |
| H A D | cdns3-plat.c | 30 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-6.15/drivers/usb/dwc3/ |
| H A D | dwc3-xilinx.c | 202 ret = phy_power_on(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp() 407 ret = phy_power_on(priv_data->usb3_phy); in dwc3_xlnx_resume()
|
| H A D | dwc3-keystone.c | 120 error = phy_power_on(kdwc->usb3_phy); in kdwc3_probe()
|
| /linux-6.15/drivers/usb/musb/ |
| H A D | omap2430.c | 227 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 D | mediatek.c | 81 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()
|
| H A D | da8xx.c | 396 ret = phy_power_on(glue->phy); in da8xx_musb_init() 619 return phy_power_on(glue->phy); in da8xx_resume()
|
| /linux-6.15/drivers/gpu/drm/bridge/imx/ |
| H A D | imx8qm-ldb.c | 229 ret = phy_power_on(imx8qm_ldb->channel[0].phy); in imx8qm_ldb_bridge_atomic_enable() 235 ret = phy_power_on(imx8qm_ldb->channel[1].phy); in imx8qm_ldb_bridge_atomic_enable() 241 ret = phy_power_on(imx8qm_ldb_ch->phy); in imx8qm_ldb_bridge_atomic_enable()
|
| /linux-6.15/include/linux/phy/ |
| H A D | phy.h | 232 int phy_power_on(struct phy *phy); 336 static inline int phy_power_on(struct phy *phy) in phy_power_on() function
|
| /linux-6.15/drivers/phy/amlogic/ |
| H A D | phy-meson-axg-pcie.c | 47 ret = phy_power_on(priv->analog); in phy_axg_pcie_power_on()
|
| H A D | phy-meson-axg-mipi-dphy.c | 224 ret = phy_power_on(priv->analog); in phy_meson_axg_mipi_dphy_power_on()
|
| /linux-6.15/drivers/ata/ |
| H A D | ahci_imx.c | 436 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-6.15/drivers/usb/host/ |
| H A D | ohci-exynos.c | 87 ret = phy_power_on(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()
|
| H A D | ehci-exynos.c | 98 ret = phy_power_on(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()
|
| H A D | ohci-st.c | 75 ret = phy_power_on(priv->phy); in st_ohci_platform_power_on()
|
| H A D | ehci-st.c | 95 ret = phy_power_on(priv->phy); in st_ehci_platform_power_on()
|
| /linux-6.15/drivers/pci/controller/cadence/ |
| H A D | pcie-cadence.c | 170 ret = phy_power_on(pcie->phy[i]); in cdns_pcie_enable_phy()
|
| /linux-6.15/drivers/usb/core/ |
| H A D | phy.c | 307 err = phy_power_on(roothub_entry->phy); in usb_phy_roothub_power_on()
|
| /linux-6.15/drivers/pci/controller/ |
| H A D | pcie-rockchip.c | 169 err = phy_power_on(rockchip->phys[i]); in rockchip_pcie_init_port()
|
| /linux-6.15/drivers/usb/chipidea/ |
| H A D | ci_hdrc_msm.c | 100 ret = phy_power_on(ci->phy); in ci_hdrc_msm_notify_event()
|
| /linux-6.15/drivers/gpu/drm/meson/ |
| H A D | meson_dw_mipi_dsi.c | 142 if (phy_power_on(mipi_dsi->phy)) in dw_mipi_dsi_phy_power_on()
|