Home
last modified time | relevance | path

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

/drivers/usb/dwc3/
Ddwc3-exynos.c103 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()
/drivers/usb/host/
Dohci-exynos.c176 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()
Dehci-s5p.c182 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()
/drivers/video/exynos/
Dexynos_dp_core.c976 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()
/drivers/net/phy/
Dphy_device.c1025 static void __exit phy_exit(void) in phy_exit() function
1032 module_exit(phy_exit);
/drivers/usb/otg/
Dtwl6030-usb.c506 pdata->phy_exit(twl->dev); in twl6030_usb_remove()