Home
last modified time | relevance | path

Searched refs:phy_exit (Results 1 – 25 of 36) sorted by relevance

12

/drivers/usb/gadget/udc/
Dsnps_udc_plat.c164 phy_exit(udc->udc_phy); in udc_plat_probe()
231 phy_exit(udc->udc_phy); in udc_plat_probe()
260 phy_exit(dev->udc_phy); in udc_plat_remove()
281 phy_exit(udc->udc_phy); in udc_plat_suspend()
302 phy_exit(udc->udc_phy); in udc_plat_resume()
/drivers/usb/dwc2/
Dplatform.c175 } else if (hsotg->plat && hsotg->plat->phy_exit) { in __dwc2_lowlevel_hw_disable()
176 ret = hsotg->plat->phy_exit(pdev, hsotg->plat->phy_type); in __dwc2_lowlevel_hw_disable()
178 ret = phy_exit(hsotg->phy); in __dwc2_lowlevel_hw_disable()
/drivers/usb/host/
Dohci-platform.c67 phy_exit(priv->phys[phy_num]); in ohci_platform_power_on()
77 phy_exit(priv->phys[phy_num]); in ohci_platform_power_on()
94 phy_exit(priv->phys[phy_num]); in ohci_platform_power_off()
Dehci-platform.c99 phy_exit(priv->phys[phy_num]); in ehci_platform_power_on()
109 phy_exit(priv->phys[phy_num]); in ehci_platform_power_on()
126 phy_exit(priv->phys[phy_num]); in ehci_platform_power_off()
Dehci-orion.c313 phy_exit(priv->phy); in ehci_orion_drv_probe()
335 phy_exit(priv->phy); in ehci_orion_drv_remove()
Dohci-st.c87 phy_exit(priv->phy); in st_ohci_platform_power_on()
112 phy_exit(priv->phy); in st_ohci_platform_power_off()
Dehci-st.c106 phy_exit(priv->phy); in st_ehci_platform_power_on()
130 phy_exit(priv->phy); in st_ehci_platform_power_off()
Dohci-da8xx.c73 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()
85 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_disable()
Dxhci-mtk.c404 phy_exit(mtk->phys[i - 1]); in xhci_mtk_phy_init()
414 phy_exit(mtk->phys[i]); in xhci_mtk_phy_exit()
Dxhci-tegra.c741 phy_exit(tegra->phys[i]); in tegra_xusb_phy_enable()
751 phy_exit(tegra->phys[i]); in tegra_xusb_phy_enable()
763 phy_exit(tegra->phys[i]); in tegra_xusb_phy_disable()
/drivers/usb/dwc3/
Dcore.c227 phy_exit(dwc->usb2_generic_phy); in dwc3_core_soft_reset()
251 phy_exit(dwc->usb3_generic_phy); in dwc3_core_soft_reset()
252 phy_exit(dwc->usb2_generic_phy); in dwc3_core_soft_reset()
661 phy_exit(dwc->usb2_generic_phy); in dwc3_core_exit()
662 phy_exit(dwc->usb3_generic_phy); in dwc3_core_exit()
888 phy_exit(dwc->usb2_generic_phy); in dwc3_core_init()
889 phy_exit(dwc->usb3_generic_phy); in dwc3_core_init()
/drivers/usb/chipidea/
Dci_hdrc_msm.c106 phy_exit(ci->phy); in ci_hdrc_msm_notify_event()
133 phy_exit(ci->phy); in ci_hdrc_msm_notify_event()
Dcore.c349 phy_exit(ci->phy); in _ci_usb_phy_init()
371 phy_exit(ci->phy); in ci_usb_phy_exit()
/drivers/ata/
Dlibahci_platform.c60 phy_exit(hpriv->phys[i]); in ahci_platform_enable_phys()
70 phy_exit(hpriv->phys[i]); in ahci_platform_enable_phys()
88 phy_exit(hpriv->phys[i]); in ahci_platform_disable_phys()
/drivers/usb/renesas_usbhs/
Drcar2.c78 phy_exit(priv->phy); in usbhs_rcar2_power_ctrl()
/drivers/usb/gadget/udc/bdc/
Dbdc_core.c460 phy_exit(bdc->phys[phy_num]); in bdc_phy_init()
470 phy_exit(bdc->phys[phy_num]); in bdc_phy_init()
482 phy_exit(bdc->phys[phy_num]); in bdc_phy_exit()
/drivers/usb/mtu3/
Dmtu3_plat.c71 phy_exit(ssusb->phys[i - 1]); in ssusb_phy_init()
81 phy_exit(ssusb->phys[i]); in ssusb_phy_exit()
/drivers/pci/dwc/
Dpci-dra7xx.c497 phy_exit(dra7xx->phy[phy_count]); in dra7xx_pcie_disable_phy()
514 phy_exit(dra7xx->phy[i]); in dra7xx_pcie_enable_phy()
524 phy_exit(dra7xx->phy[i]); in dra7xx_pcie_enable_phy()
/drivers/mmc/host/
Dsdhci-of-arasan.c677 phy_exit(sdhci_arasan->phy); in sdhci_arasan_probe()
700 phy_exit(sdhci_arasan->phy); in sdhci_arasan_remove()
/drivers/usb/musb/
Dda8xx.c432 phy_exit(glue->phy); in da8xx_musb_init()
445 phy_exit(glue->phy); in da8xx_musb_exit()
Dmusb_dsps.c483 phy_exit(musb->phy); in dsps_musb_init()
526 phy_exit(musb->phy); in dsps_musb_exit()
/drivers/phy/
Dphy-core.c247 int phy_exit(struct phy *phy) in phy_exit() function
274 EXPORT_SYMBOL_GPL(phy_exit);
/drivers/net/ethernet/amd/xgbe/
Dxgbe-main.c451 pdata->phy_if.phy_exit(pdata); in xgbe_deconfig_netdev()
/drivers/pci/host/
Dpcie-iproc.c1444 phy_exit(pcie->phy); in iproc_pcie_setup()
1457 phy_exit(pcie->phy); in iproc_pcie_remove()
Dpcie-mediatek.c246 phy_exit(port->phy); in mtk_pcie_put_resources()
813 phy_exit(port->phy); in mtk_pcie_enable_port()

12