/linux-4.1.27/drivers/usb/dwc2/ |
D | platform.c | 233 phy_power_on(hsotg->phy); in dwc2_driver_probe() 287 phy_power_on(dwc2->phy); in dwc2_resume()
|
D | gadget.c | 2951 phy_power_on(hsotg->phy); in s3c_hsotg_phy_enable()
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-rk.c | 287 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/ |
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.1.27/include/linux/phy/ |
D | phy.h | 120 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/ |
D | rcar2.c | 76 retval = phy_power_on(priv->phy); in usbhs_rcar2_power_ctrl()
|
/linux-4.1.27/drivers/pci/host/ |
D | pcie-iproc.c | 201 ret = phy_power_on(pcie->phy); in iproc_pcie_setup()
|
D | pci-dra7xx.c | 377 ret = phy_power_on(phy[i]); in dra7xx_pcie_probe()
|
D | pci-tegra.c | 890 err = phy_power_on(pcie->phy); in tegra_pcie_enable_controller()
|
/linux-4.1.27/Documentation/ |
D | phy.txt | 93 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/ |
D | ohci-exynos.c | 90 ret = phy_power_on(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()
|
D | ehci-orion.c | 234 err = phy_power_on(priv->phy); in ehci_orion_drv_probe()
|
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 | 104 ret = phy_power_on(priv->phy); in st_ehci_platform_power_on()
|
D | ohci-platform.c | 64 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.1.27/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.1.27/drivers/scsi/ufs/ |
D | ufs-qcom.c | 475 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/ |
D | core.c | 926 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/ |
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.1.27/drivers/usb/musb/ |
D | omap2430.c | 426 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.1.27/drivers/usb/chipidea/ |
D | core.c | 342 ret = phy_power_on(ci->phy); in _ci_usb_phy_init()
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | mipi-csis.c | 950 ret = phy_power_on(state->phy); in s5pcsis_pm_resume()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_dp_core.c | 1057 phy_power_on(dp->phy); in exynos_dp_phy_init()
|
D | exynos_drm_dsi.c | 1317 ret = phy_power_on(dsi->phy); in exynos_dsi_poweron()
|
/linux-4.1.27/drivers/usb/core/ |
D | hcd.c | 2676 retval = phy_power_on(phy); in usb_add_hcd()
|