/linux-6.3-rc2/drivers/usb/cdns3/ |
A D | cdns3-plat.c | 165 phy_exit(cdns->usb3_phy); in cdns3_plat_probe() 167 phy_exit(cdns->usb2_phy); in cdns3_plat_probe() 188 phy_exit(cdns->usb2_phy); in cdns3_plat_remove() 189 phy_exit(cdns->usb3_phy); in cdns3_plat_remove() 241 phy_exit(cdns->usb2_phy); in cdns3_controller_resume() 246 phy_exit(cdns->usb3_phy); in cdns3_controller_resume()
|
/linux-6.3-rc2/drivers/usb/gadget/udc/ |
A D | snps_udc_plat.c | 156 phy_exit(udc->udc_phy); in udc_plat_probe() 223 phy_exit(udc->udc_phy); in udc_plat_probe() 247 phy_exit(dev->udc_phy); in udc_plat_remove() 268 phy_exit(udc->udc_phy); in udc_plat_suspend() 289 phy_exit(udc->udc_phy); in udc_plat_resume()
|
/linux-6.3-rc2/drivers/usb/dwc3/ |
A D | dwc3-xilinx.c | 171 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp() 201 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp() 353 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_suspend() 376 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_resume()
|
A D | dwc3-keystone.c | 122 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()
|
A D | core.c | 851 phy_exit(dwc->usb2_generic_phy); in dwc3_core_exit() 852 phy_exit(dwc->usb3_generic_phy); in dwc3_core_exit() 1128 phy_exit(dwc->usb2_generic_phy); in dwc3_core_init() 1312 phy_exit(dwc->usb2_generic_phy); in dwc3_core_init() 1313 phy_exit(dwc->usb3_generic_phy); in dwc3_core_init() 1945 phy_exit(dwc->usb2_generic_phy); in dwc3_probe() 1946 phy_exit(dwc->usb3_generic_phy); in dwc3_probe()
|
/linux-6.3-rc2/drivers/pci/controller/cadence/ |
A D | pcie-cadence.c | 155 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()
|
/linux-6.3-rc2/drivers/pci/controller/dwc/ |
A D | pcie-armada8k.c | 79 phy_exit(pcie->phy[i]); in armada8k_pcie_disable_phys() 96 phy_exit(pcie->phy[i]); in armada8k_pcie_enable_phys() 102 phy_exit(pcie->phy[i]); in armada8k_pcie_enable_phys()
|
A D | pcie-intel-gw.c | 329 phy_exit(pcie->phy); in intel_pcie_host_setup() 340 phy_exit(pcie->phy); in __intel_pcie_remove() 364 phy_exit(pcie->phy); in intel_pcie_suspend_noirq()
|
A D | pci-exynos.c | 371 phy_exit(ep->phy); in exynos_pcie_probe() 385 phy_exit(ep->phy); in exynos_pcie_remove() 398 phy_exit(ep->phy); in exynos_pcie_suspend_noirq()
|
A D | pcie-dw-rockchip.c | 271 phy_exit(rockchip->phy); in rockchip_pcie_phy_init() 278 phy_exit(rockchip->phy); in rockchip_pcie_phy_deinit()
|
/linux-6.3-rc2/include/linux/platform_data/ |
A D | s3c-hsotg.h | 34 int (*phy_exit)(struct platform_device *pdev, int type); member
|
/linux-6.3-rc2/drivers/usb/core/ |
A D | phy.c | 99 phy_exit(roothub_entry->phy); in usb_phy_roothub_init() 117 err = phy_exit(roothub_entry->phy); in usb_phy_roothub_exit()
|
/linux-6.3-rc2/drivers/usb/renesas_usbhs/ |
A D | rcar2.c | 56 phy_exit(priv->phy); in usbhs_rcar2_power_ctrl()
|
A D | rza2.c | 56 phy_exit(priv->phy); in usbhs_rza2_power_ctrl()
|
/linux-6.3-rc2/arch/arm/mach-s3c/ |
A D | devs.c | 362 if (!npd->phy_exit) in dwc2_hsotg_set_platdata() 363 npd->phy_exit = s3c_usb_phy_exit; in dwc2_hsotg_set_platdata()
|
/linux-6.3-rc2/drivers/ata/ |
A D | libahci_platform.c | 57 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()
|
/linux-6.3-rc2/drivers/usb/chipidea/ |
A D | ci_hdrc_msm.c | 102 phy_exit(ci->phy); in ci_hdrc_msm_notify_event() 129 phy_exit(ci->phy); in ci_hdrc_msm_notify_event()
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | ohci-st.c | 82 phy_exit(priv->phy); in st_ohci_platform_power_on() 107 phy_exit(priv->phy); in st_ohci_platform_power_off()
|
A D | ehci-st.c | 102 phy_exit(priv->phy); in st_ehci_platform_power_on() 126 phy_exit(priv->phy); in st_ehci_platform_power_off()
|
/linux-6.3-rc2/drivers/usb/musb/ |
A D | jz4740.c | 174 phy_exit(musb->phy); in jz4740_musb_init() 185 phy_exit(musb->phy); in jz4740_musb_exit()
|
A D | omap2430.c | 279 phy_exit(musb->phy); in omap2430_musb_exit() 501 phy_exit(musb->phy); in omap2430_runtime_suspend() 541 phy_exit(musb->phy); in omap2430_suspend()
|
/linux-6.3-rc2/drivers/usb/dwc2/ |
A D | platform.c | 158 } else if (hsotg->plat && hsotg->plat->phy_exit) { in __dwc2_lowlevel_hw_disable() 159 ret = hsotg->plat->phy_exit(pdev, hsotg->plat->phy_type); in __dwc2_lowlevel_hw_disable() 163 ret = phy_exit(hsotg->phy); in __dwc2_lowlevel_hw_disable()
|
/linux-6.3-rc2/drivers/usb/gadget/udc/bdc/ |
A D | bdc_core.c | 458 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()
|
/linux-6.3-rc2/drivers/pci/controller/ |
A D | pcie-rockchip.c | 292 phy_exit(rockchip->phys[i]); in rockchip_pcie_init_port() 347 phy_exit(rockchip->phys[i]); in rockchip_pcie_deinit_phys()
|
/linux-6.3-rc2/include/linux/phy/ |
A D | phy.h | 226 int phy_exit(struct phy *phy); 332 static inline int phy_exit(struct phy *phy) in phy_exit() function
|