Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/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-6.3-rc2/drivers/usb/renesas_usbhs/
A Drcar2.c53 retval = phy_power_on(priv->phy); in usbhs_rcar2_power_ctrl()
A Drza2.c52 retval = phy_power_on(priv->phy); in usbhs_rza2_power_ctrl()
/linux-6.3-rc2/drivers/usb/cdns3/
A Dcdns3-plat.c29 ret = phy_power_on(cdns->usb2_phy); in set_phy_power_on()
33 ret = phy_power_on(cdns->usb3_phy); in set_phy_power_on()
/linux-6.3-rc2/drivers/usb/dwc3/
A Ddwc3-xilinx.c199 ret = phy_power_on(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp()
374 ret = phy_power_on(priv_data->usb3_phy); in dwc3_xlnx_resume()
A Ddwc3-keystone.c119 error = phy_power_on(kdwc->usb3_phy); in kdwc3_probe()
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Dsnps_udc_plat.c153 ret = phy_power_on(udc->udc_phy); in udc_plat_probe()
286 ret = phy_power_on(udc->udc_phy); in udc_plat_resume()
/linux-6.3-rc2/drivers/usb/musb/
A Dmediatek.c80 phy_power_on(glue->phy); in mtk_otg_switch_set()
93 phy_power_on(glue->phy); in mtk_otg_switch_set()
280 ret = phy_power_on(glue->phy); in mtk_musb_init()
A Domap2430.c227 phy_power_on(musb->phy); in omap2430_musb_init()
519 phy_power_on(musb->phy); in omap2430_runtime_resume()
578 phy_power_on(musb->phy); in omap2430_resume()
A Dda8xx.c394 ret = phy_power_on(glue->phy); in da8xx_musb_init()
611 return phy_power_on(glue->phy); in da8xx_resume()
A Djz4740.c136 err = phy_power_on(musb->phy); in jz4740_musb_init()
/linux-6.3-rc2/drivers/gpu/drm/bridge/imx/
A Dimx8qm-ldb-drv.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-6.3-rc2/include/linux/phy/
A Dphy.h227 int phy_power_on(struct phy *phy);
339 static inline int phy_power_on(struct phy *phy) in phy_power_on() function
/linux-6.3-rc2/drivers/phy/amlogic/
A Dphy-meson-axg-pcie.c46 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-6.3-rc2/drivers/usb/core/
A Dphy.c187 err = phy_power_on(roothub_entry->phy); in usb_phy_roothub_power_on()
/linux-6.3-rc2/drivers/pci/controller/cadence/
A Dpcie-cadence.c169 ret = phy_power_on(pcie->phy[i]); in cdns_pcie_enable_phy()
/linux-6.3-rc2/drivers/usb/host/
A Dohci-exynos.c92 ret = phy_power_on(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()
A Dehci-exynos.c103 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-6.3-rc2/drivers/usb/chipidea/
A Dci_hdrc_msm.c100 ret = phy_power_on(ci->phy); in ci_hdrc_msm_notify_event()
/linux-6.3-rc2/drivers/pci/controller/dwc/
A Dpcie-armada8k.c100 ret = phy_power_on(pcie->phy[i]); in armada8k_pcie_enable_phys()
A Dpcie-dw-rockchip.c269 ret = phy_power_on(rockchip->phy); in rockchip_pcie_phy_init()
/linux-6.3-rc2/drivers/ata/
A Dahci_ceva.c240 rc = phy_power_on(hpriv->phys[i]); in ceva_ahci_probe()
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_netdev.c118 err = phy_power_on(port->serdes); in sparx5_port_open()

Completed in 27 milliseconds

1234