Searched refs:phy_exit (Results 1 – 6 of 6) sorted by relevance
103 if (pdata && pdata->phy_exit) in dwc3_exynos_probe()104 pdata->phy_exit(pdev, pdata->phy_type); in dwc3_exynos_probe()127 if (pdata && pdata->phy_exit) in dwc3_exynos_remove()128 pdata->phy_exit(pdev, pdata->phy_type); in dwc3_exynos_remove()
176 if (pdata && pdata->phy_exit) in exynos_ohci_remove()177 pdata->phy_exit(pdev, S5P_USB_PHY_HOST); in exynos_ohci_remove()225 if (pdata && pdata->phy_exit) in exynos_ohci_suspend()226 pdata->phy_exit(pdev, S5P_USB_PHY_HOST); in exynos_ohci_suspend()
182 if (pdata && pdata->phy_exit) in s5p_ehci_remove()183 pdata->phy_exit(pdev, S5P_USB_PHY_HOST); in s5p_ehci_remove()232 if (pdata && pdata->phy_exit) in s5p_ehci_suspend()233 pdata->phy_exit(pdev, S5P_USB_PHY_HOST); in s5p_ehci_suspend()
976 if (pdata && pdata->phy_exit) in exynos_dp_remove()977 pdata->phy_exit(); in exynos_dp_remove()999 if (pdata && pdata->phy_exit) in exynos_dp_suspend()1000 pdata->phy_exit(); in exynos_dp_suspend()
1025 static void __exit phy_exit(void) in phy_exit() function1032 module_exit(phy_exit);
506 pdata->phy_exit(twl->dev); in twl6030_usb_remove()