Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc3/
Dcore.c94 phy_exit(dwc->usb2_generic_phy); in dwc3_core_soft_reset()
582 phy_exit(dwc->usb2_generic_phy); in dwc3_core_init()
583 phy_exit(dwc->usb3_generic_phy); in dwc3_core_init()
594 phy_exit(dwc->usb2_generic_phy); in dwc3_core_exit()
595 phy_exit(dwc->usb3_generic_phy); in dwc3_core_exit()
1039 phy_exit(dwc->usb2_generic_phy); in dwc3_suspend()
1040 phy_exit(dwc->usb3_generic_phy); in dwc3_suspend()
1086 phy_exit(dwc->usb2_generic_phy); in dwc3_resume()
/linux-4.1.27/include/linux/platform_data/
Ds3c-hsotg.h37 int (*phy_exit)(struct platform_device *pdev, int type); member
/linux-4.1.27/drivers/pci/host/
Dpcie-iproc.c246 phy_exit(pcie->phy); in iproc_pcie_setup()
259 phy_exit(pcie->phy); in iproc_pcie_remove()
Dpci-dra7xx.c379 phy_exit(phy[i]); in dra7xx_pcie_probe()
415 phy_exit(phy[i]); in dra7xx_pcie_probe()
434 phy_exit(dra7xx->phy[count]); in dra7xx_pcie_remove()
Dpci-tegra.c1133 err = phy_exit(pcie->phy); in tegra_pcie_put_resources()
/linux-4.1.27/drivers/usb/host/
Dohci-platform.c66 phy_exit(priv->phys[phy_num]); in ohci_platform_power_on()
78 phy_exit(priv->phys[phy_num]); in ohci_platform_power_on()
97 phy_exit(priv->phys[phy_num]); in ohci_platform_power_off()
Dehci-platform.c97 phy_exit(priv->phys[phy_num]); in ehci_platform_power_on()
109 phy_exit(priv->phys[phy_num]); in ehci_platform_power_on()
128 phy_exit(priv->phys[phy_num]); in ehci_platform_power_off()
Dehci-orion.c278 phy_exit(priv->phy); in ehci_orion_drv_probe()
300 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.c111 phy_exit(priv->phy); in st_ehci_platform_power_on()
135 phy_exit(priv->phy); in st_ehci_platform_power_off()
/linux-4.1.27/include/linux/phy/
Dphy.h119 int phy_exit(struct phy *phy);
204 static inline int phy_exit(struct phy *phy) in phy_exit() function
/linux-4.1.27/drivers/usb/renesas_usbhs/
Drcar2.c79 phy_exit(priv->phy); in usbhs_rcar2_power_ctrl()
/linux-4.1.27/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()
87 phy_exit(hpriv->phys[i]); in ahci_platform_disable_phys()
/linux-4.1.27/drivers/usb/dwc2/
Dplatform.c272 phy_exit(dwc2->phy); in dwc2_suspend()
Dgadget.c2968 else if (hsotg->plat && hsotg->plat->phy_exit) in s3c_hsotg_phy_disable()
2969 hsotg->plat->phy_exit(pdev, hsotg->plat->phy_type); in s3c_hsotg_phy_disable()
2972 phy_exit(hsotg->phy); in s3c_hsotg_phy_disable()
/linux-4.1.27/drivers/phy/
Dphy-core.c247 int phy_exit(struct phy *phy) in phy_exit() function
274 EXPORT_SYMBOL_GPL(phy_exit);
/linux-4.1.27/arch/arm/plat-samsung/
Ddevs.c1054 if (!npd->phy_exit) in s3c_hsotg_set_platdata()
1055 npd->phy_exit = s5p_usb_phy_exit; in s3c_hsotg_set_platdata()
/linux-4.1.27/drivers/usb/chipidea/
Dcore.c344 phy_exit(ci->phy); in _ci_usb_phy_init()
363 phy_exit(ci->phy); in ci_usb_phy_exit()
/linux-4.1.27/drivers/usb/musb/
Dmusb_dsps.c458 phy_exit(musb->phy); in dsps_musb_init()
503 phy_exit(musb->phy); in dsps_musb_exit()
Domap2430.c490 phy_exit(musb->phy); in omap2430_musb_exit()
/linux-4.1.27/drivers/net/phy/
Dphy_device.c1399 static void __exit phy_exit(void) in phy_exit() function
1407 module_exit(phy_exit);
/linux-4.1.27/include/linux/i2c/
Dtwl.h638 int (*phy_exit)(struct device *dev); member
/linux-4.1.27/Documentation/
Dphy.txt93 the phy_init() and phy_exit() calls, and phy_power_on() and
/linux-4.1.27/drivers/usb/core/
Dhcd.c2678 phy_exit(phy); in usb_add_hcd()
2832 phy_exit(hcd->phy); in usb_add_hcd()
2916 phy_exit(hcd->phy); in usb_remove_hcd()
/linux-4.1.27/drivers/scsi/ufs/
Dufs-qcom.c968 phy_exit(host->generic_phy); in ufs_qcom_init()