Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mvebu.c98 goto phy_exit; in xhci_mvebu_a3700_plat_setup()
107 goto phy_exit; in xhci_mvebu_a3700_plat_setup()
110 phy_exit: in xhci_mvebu_a3700_plat_setup()
111 phy_exit(phy); in xhci_mvebu_a3700_plat_setup()
H A Dohci-st.c84 phy_exit(priv->phy); in st_ohci_platform_power_on()
109 phy_exit(priv->phy); in st_ohci_platform_power_off()
H A Dehci-st.c104 phy_exit(priv->phy); in st_ehci_platform_power_on()
128 phy_exit(priv->phy); in st_ehci_platform_power_off()
H A Dohci-da8xx.c71 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_enable()
83 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_disable()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dsnps_udc_plat.c156 phy_exit(udc->udc_phy); in udc_plat_probe()
223 phy_exit(udc->udc_phy); in udc_plat_probe()
252 phy_exit(dev->udc_phy); in udc_plat_remove()
273 phy_exit(udc->udc_phy); in udc_plat_suspend()
294 phy_exit(udc->udc_phy); in udc_plat_resume()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Ddwc3-keystone.c122 phy_exit(kdwc->usb3_phy); in kdwc3_probe()
169 phy_exit(kdwc->usb3_phy); in kdwc3_probe()
197 phy_exit(kdwc->usb3_phy); in kdwc3_remove()
H A Dcore.c772 phy_exit(dwc->usb2_generic_phy); in dwc3_core_exit()
773 phy_exit(dwc->usb3_generic_phy); in dwc3_core_exit()
1015 phy_exit(dwc->usb2_generic_phy); in dwc3_core_init()
1177 phy_exit(dwc->usb2_generic_phy); in dwc3_core_init()
1178 phy_exit(dwc->usb3_generic_phy); in dwc3_core_init()
1711 phy_exit(dwc->usb2_generic_phy); in dwc3_probe()
1712 phy_exit(dwc->usb3_generic_phy); in dwc3_probe()
H A Ddwc3-meson-g12a.c822 phy_exit(priv->phys[i]); in dwc3_meson_g12a_probe()
848 phy_exit(priv->phys[i]); in dwc3_meson_g12a_remove()
892 phy_exit(priv->phys[i]); in dwc3_meson_g12a_suspend()
/OK3568_Linux_fs/kernel/drivers/pci/controller/cadence/
H A Dpcie-cadence.c155 phy_exit(pcie->phy[i]); in cdns_pcie_disable_phy()
171 phy_exit(pcie->phy[i]); in cdns_pcie_enable_phy()
181 phy_exit(pcie->phy[i]); in cdns_pcie_enable_phy()
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-armada8k.c80 phy_exit(pcie->phy[i]); in armada8k_pcie_disable_phys()
97 phy_exit(pcie->phy[i]); in armada8k_pcie_enable_phys()
103 phy_exit(pcie->phy[i]); in armada8k_pcie_enable_phys()
H A Dpci-meson.c134 phy_exit(mp->phy); in meson_pcie_power_on()
144 phy_exit(mp->phy); in meson_pcie_power_off()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dphy.c99 phy_exit(roothub_entry->phy); in usb_phy_roothub_init()
117 err = phy_exit(roothub_entry->phy); in usb_phy_roothub_exit()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibahci_platform.c57 phy_exit(hpriv->phys[i]); in ahci_platform_enable_phys()
63 phy_exit(hpriv->phys[i]); in ahci_platform_enable_phys()
73 phy_exit(hpriv->phys[i]); in ahci_platform_enable_phys()
91 phy_exit(hpriv->phys[i]); in ahci_platform_disable_phys()
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dcore.c603 phy_exit(cdns->usb3_phy); in cdns3_probe()
605 phy_exit(cdns->usb2_phy); in cdns3_probe()
626 phy_exit(cdns->usb2_phy); in cdns3_remove()
627 phy_exit(cdns->usb3_phy); in cdns3_remove()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Ds3c-hsotg.h34 int (*phy_exit)(struct platform_device *pdev, int type); member
/OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/
H A Drcar2.c56 phy_exit(priv->phy); in usbhs_rcar2_power_ctrl()
H A Drza2.c56 phy_exit(priv->phy); in usbhs_rza2_power_ctrl()
/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A Dci_hdrc_msm.c102 phy_exit(ci->phy); in ci_hdrc_msm_notify_event()
129 phy_exit(ci->phy); in ci_hdrc_msm_notify_event()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dplatform.c172 } else if (hsotg->plat && hsotg->plat->phy_exit) { in __dwc2_lowlevel_phy_disable()
173 ret = hsotg->plat->phy_exit(pdev, hsotg->plat->phy_type); in __dwc2_lowlevel_phy_disable()
177 ret = phy_exit(hsotg->phy); in __dwc2_lowlevel_phy_disable()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/bdc/
H A Dbdc_core.c458 phy_exit(bdc->phys[phy_num]); in bdc_phy_init()
468 phy_exit(bdc->phys[phy_num]); in bdc_phy_init()
480 phy_exit(bdc->phys[phy_num]); in bdc_phy_exit()
/OK3568_Linux_fs/kernel/include/linux/phy/
H A Dphy.h212 int phy_exit(struct phy *phy);
315 static inline int phy_exit(struct phy *phy) in phy_exit() function
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpcie-rockchip.c293 phy_exit(rockchip->phys[i]); in rockchip_pcie_init_port()
348 phy_exit(rockchip->phys[i]); in rockchip_pcie_deinit_phys()
/OK3568_Linux_fs/kernel/drivers/usb/mtu3/
H A Dmtu3_plat.c62 phy_exit(ssusb->phys[i - 1]); in ssusb_phy_init()
72 phy_exit(ssusb->phys[i]); in ssusb_phy_exit()
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Domap2430.c275 phy_exit(musb->phy); in omap2430_musb_exit()
461 phy_exit(musb->phy); in omap2430_runtime_suspend()
/OK3568_Linux_fs/kernel/drivers/phy/amlogic/
H A Dphy-meson-axg-pcie.c87 ret = phy_exit(priv->analog); in phy_axg_pcie_exit()

1234