Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dplatform.c233 phy_power_on(hsotg->phy); in dwc2_driver_probe()
287 phy_power_on(dwc2->phy); in dwc2_resume()
Dgadget.c2951 phy_power_on(hsotg->phy); in s3c_hsotg_phy_enable()
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-rk.c287 static int phy_power_on(struct rk_priv_data *bsp_priv, bool enable) in phy_power_on() function
398 ret = phy_power_on(bsp_priv, true); in rk_gmac_init()
413 phy_power_on(gmac, false); in rk_gmac_exit()
/linux-4.1.27/drivers/video/fbdev/exynos/
Dexynos_mipi_dsi.c159 phy_power_on(dsim->phy); in exynos_mipi_dsi_blank_mode()
445 phy_power_on(dsim->phy); in exynos_mipi_dsi_probe()
540 phy_power_on(dsim->phy); in exynos_mipi_dsi_resume()
/linux-4.1.27/include/linux/phy/
Dphy.h120 int phy_power_on(struct phy *phy);
211 static inline int phy_power_on(struct phy *phy) in phy_power_on() function
/linux-4.1.27/drivers/usb/renesas_usbhs/
Drcar2.c76 retval = phy_power_on(priv->phy); in usbhs_rcar2_power_ctrl()
/linux-4.1.27/drivers/pci/host/
Dpcie-iproc.c201 ret = phy_power_on(pcie->phy); in iproc_pcie_setup()
Dpci-dra7xx.c377 ret = phy_power_on(phy[i]); in dra7xx_pcie_probe()
Dpci-tegra.c890 err = phy_power_on(pcie->phy); in tegra_pcie_enable_controller()
/linux-4.1.27/Documentation/
Dphy.txt93 the phy_init() and phy_exit() calls, and phy_power_on() and
130 It should also be noted that phy_power_on and phy_power_off performs
/linux-4.1.27/drivers/usb/host/
Dohci-exynos.c90 ret = phy_power_on(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()
Dehci-orion.c234 err = phy_power_on(priv->phy); in ehci_orion_drv_probe()
Dehci-exynos.c101 ret = phy_power_on(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()
Dohci-st.c80 ret = phy_power_on(priv->phy); in st_ohci_platform_power_on()
Dehci-st.c104 ret = phy_power_on(priv->phy); in st_ehci_platform_power_on()
Dohci-platform.c64 ret = phy_power_on(priv->phys[phy_num]); in ohci_platform_power_on()
Dehci-platform.c95 ret = phy_power_on(priv->phys[phy_num]); in ehci_platform_power_on()
/linux-4.1.27/drivers/phy/
Dphy-core.c276 int phy_power_on(struct phy *phy) in phy_power_on() function
316 EXPORT_SYMBOL_GPL(phy_power_on);
/linux-4.1.27/drivers/scsi/ufs/
Dufs-qcom.c475 err = phy_power_on(phy); in ufs_qcom_resume()
944 err = phy_power_on(host->generic_phy); in ufs_qcom_init()
/linux-4.1.27/drivers/usb/dwc3/
Dcore.c926 ret = phy_power_on(dwc->usb2_generic_phy); in dwc3_probe()
930 ret = phy_power_on(dwc->usb3_generic_phy); in dwc3_probe()
/linux-4.1.27/drivers/ata/
Dlibahci_platform.c58 rc = phy_power_on(hpriv->phys[i]); in ahci_platform_enable_phys()
Dsata_mv.c4152 phy_power_on(hpriv->port_phys[port]); in mv_platform_probe()
/linux-4.1.27/drivers/usb/musb/
Domap2430.c426 phy_power_on(musb->phy); in omap2430_musb_init()
Dmusb_dsps.c456 ret = phy_power_on(musb->phy); in dsps_musb_init()
/linux-4.1.27/drivers/usb/chipidea/
Dcore.c342 ret = phy_power_on(ci->phy); in _ci_usb_phy_init()
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dmipi-csis.c950 ret = phy_power_on(state->phy); in s5pcsis_pm_resume()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_dp_core.c1057 phy_power_on(dp->phy); in exynos_dp_phy_init()
Dexynos_drm_dsi.c1317 ret = phy_power_on(dsi->phy); in exynos_dsi_poweron()
/linux-4.1.27/drivers/usb/core/
Dhcd.c2676 retval = phy_power_on(phy); in usb_add_hcd()