/linux-4.4.14/drivers/video/fbdev/exynos/ |
D | exynos_mipi_dsi.c | 159 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.4.14/drivers/usb/renesas_usbhs/ |
D | rcar2.c | 75 retval = phy_power_on(priv->phy); in usbhs_rcar2_power_ctrl()
|
/linux-4.4.14/include/linux/phy/ |
D | phy.h | 120 int phy_power_on(struct phy *phy); 213 static inline int phy_power_on(struct phy *phy) in phy_power_on() function
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-rk.c | 426 static int phy_power_on(struct rk_priv_data *bsp_priv, bool enable) in phy_power_on() function 537 ret = phy_power_on(bsp_priv, true); in rk_gmac_init() 552 phy_power_on(gmac, false); in rk_gmac_exit()
|
/linux-4.4.14/drivers/pci/host/ |
D | pci-dra7xx.c | 393 ret = phy_power_on(phy[i]); in dra7xx_pcie_probe() 528 ret = phy_power_on(dra7xx->phy[i]); in dra7xx_pcie_resume_noirq()
|
D | pcie-iproc.c | 337 ret = phy_power_on(pcie->phy); in iproc_pcie_setup()
|
D | pci-tegra.c | 875 err = phy_power_on(pcie->phy); in tegra_pcie_enable_controller()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-orion.c | 234 err = phy_power_on(priv->phy); in ehci_orion_drv_probe()
|
D | ohci-exynos.c | 90 ret = phy_power_on(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()
|
D | ehci-exynos.c | 101 ret = phy_power_on(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()
|
D | ohci-st.c | 80 ret = phy_power_on(priv->phy); in st_ohci_platform_power_on()
|
D | ehci-st.c | 99 ret = phy_power_on(priv->phy); in st_ehci_platform_power_on()
|
D | ohci-platform.c | 63 ret = phy_power_on(priv->phys[phy_num]); in ohci_platform_power_on()
|
D | ehci-platform.c | 95 ret = phy_power_on(priv->phys[phy_num]); in ehci_platform_power_on()
|
/linux-4.4.14/Documentation/ |
D | phy.txt | 98 the phy_init() and phy_exit() calls, and phy_power_on() and 135 It should also be noted that phy_power_on and phy_power_off performs
|
/linux-4.4.14/drivers/phy/ |
D | phy-core.c | 276 int phy_power_on(struct phy *phy) in phy_power_on() function 316 EXPORT_SYMBOL_GPL(phy_power_on);
|
/linux-4.4.14/drivers/usb/musb/ |
D | sunxi.c | 135 phy_power_on(glue->phy); in sunxi_musb_work() 268 ret = phy_power_on(glue->phy); in sunxi_musb_init()
|
D | omap2430.c | 437 phy_power_on(musb->phy); in omap2430_musb_init()
|
D | musb_dsps.c | 456 ret = phy_power_on(musb->phy); in dsps_musb_init()
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | platform.c | 139 ret = phy_power_on(hsotg->phy); in __dwc2_lowlevel_hw_enable()
|
/linux-4.4.14/drivers/usb/dwc3/ |
D | core.c | 1022 ret = phy_power_on(dwc->usb2_generic_phy); in dwc3_probe() 1026 ret = phy_power_on(dwc->usb3_generic_phy); in dwc3_probe()
|
/linux-4.4.14/drivers/ata/ |
D | libahci_platform.c | 58 rc = phy_power_on(hpriv->phys[i]); in ahci_platform_enable_phys()
|
D | sata_mv.c | 4152 phy_power_on(hpriv->port_phys[port]); in mv_platform_probe()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_dp_core.c | 1087 phy_power_on(dp->phy); in exynos_dp_enable() 1292 phy_power_on(dp->phy); in exynos_dp_bind()
|
D | exynos_drm_dsi.c | 1478 ret = phy_power_on(dsi->phy); in exynos_dsi_poweron()
|
/linux-4.4.14/drivers/scsi/ufs/ |
D | ufs-qcom.c | 573 err = phy_power_on(phy); in ufs_qcom_resume() 1210 err = phy_power_on(host->generic_phy); in ufs_qcom_init()
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | mipi-csis.c | 951 ret = phy_power_on(state->phy); in s5pcsis_pm_resume()
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | core.c | 347 ret = phy_power_on(ci->phy); in _ci_usb_phy_init()
|
/linux-4.4.14/drivers/usb/core/ |
D | hcd.c | 2716 retval = phy_power_on(phy); in usb_add_hcd()
|