Home
last modified time | relevance | path

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

1234

/Linux-v5.15/drivers/usb/renesas_usbhs/
Drcar2.c53 retval = phy_power_on(priv->phy); in usbhs_rcar2_power_ctrl()
Drza2.c52 retval = phy_power_on(priv->phy); in usbhs_rza2_power_ctrl()
/Linux-v5.15/drivers/usb/cdns3/
Dcdns3-plat.c28 ret = phy_power_on(cdns->usb2_phy); in set_phy_power_on()
32 ret = phy_power_on(cdns->usb3_phy); in set_phy_power_on()
/Linux-v5.15/drivers/usb/gadget/udc/
Dsnps_udc_plat.c153 ret = phy_power_on(udc->udc_phy); in udc_plat_probe()
291 ret = phy_power_on(udc->udc_phy); in udc_plat_resume()
/Linux-v5.15/drivers/usb/musb/
Domap2430.c226 phy_power_on(musb->phy); in omap2430_musb_init()
482 phy_power_on(musb->phy); in omap2430_runtime_resume()
541 phy_power_on(musb->phy); in omap2430_resume()
Dmediatek.c133 phy_power_on(glue->phy); in mtk_otg_switch_set()
146 phy_power_on(glue->phy); in mtk_otg_switch_set()
332 ret = phy_power_on(glue->phy); in mtk_musb_init()
Dda8xx.c392 ret = phy_power_on(glue->phy); in da8xx_musb_init()
623 return phy_power_on(glue->phy); in da8xx_resume()
/Linux-v5.15/drivers/usb/host/
Dxhci-mvebu.c100 ret = phy_power_on(phy); in xhci_mvebu_a3700_plat_setup()
Dohci-exynos.c102 ret = phy_power_on(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()
Dohci-st.c77 ret = phy_power_on(priv->phy); in st_ohci_platform_power_on()
Dehci-exynos.c113 ret = phy_power_on(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()
/Linux-v5.15/include/linux/phy/
Dphy.h223 int phy_power_on(struct phy *phy);
334 static inline int phy_power_on(struct phy *phy) in phy_power_on() function
/Linux-v5.15/drivers/phy/amlogic/
Dphy-meson-axg-pcie.c46 ret = phy_power_on(priv->analog); in phy_axg_pcie_power_on()
Dphy-meson-axg-mipi-dphy.c223 ret = phy_power_on(priv->analog); in phy_meson_axg_mipi_dphy_power_on()
/Linux-v5.15/drivers/usb/core/
Dphy.c187 err = phy_power_on(roothub_entry->phy); in usb_phy_roothub_power_on()
/Linux-v5.15/drivers/usb/dwc3/
Ddwc3-keystone.c119 error = phy_power_on(kdwc->usb3_phy); in kdwc3_probe()
Ddwc3-xilinx.c185 ret = phy_power_on(usb3_phy); in dwc3_xlnx_init_zynqmp()
/Linux-v5.15/drivers/pci/controller/dwc/
Dpcie-dw-rockchip.c172 ret = phy_power_on(rockchip->phy); in rockchip_pcie_phy_init()
Dpcie-armada8k.c101 ret = phy_power_on(pcie->phy[i]); in armada8k_pcie_enable_phys()
/Linux-v5.15/drivers/pci/controller/cadence/
Dpcie-cadence.c169 ret = phy_power_on(pcie->phy[i]); in cdns_pcie_enable_phy()
/Linux-v5.15/Documentation/driver-api/phy/
Dphy.rst129 the phy_init() and phy_exit() calls, and phy_power_on() and
171 It should also be noted that phy_power_on and phy_power_off performs
/Linux-v5.15/drivers/net/ethernet/microchip/sparx5/
Dsparx5_netdev.c97 err = phy_power_on(port->serdes); in sparx5_port_open()
/Linux-v5.15/drivers/usb/chipidea/
Dci_hdrc_msm.c100 ret = phy_power_on(ci->phy); in ci_hdrc_msm_notify_event()
/Linux-v5.15/drivers/mmc/host/
Dsdhci-of-arasan.c276 if (phy_power_on(sdhci_arasan->phy)) { in sdhci_arasan_set_clock()
331 if (phy_power_on(sdhci_arasan->phy)) { in sdhci_arasan_set_clock()
534 ret = phy_power_on(sdhci_arasan->phy); in sdhci_arasan_resume()
/Linux-v5.15/drivers/ata/
Dahci_ceva.c240 rc = phy_power_on(hpriv->phys[i]); in ceva_ahci_probe()

1234