Home
last modified time | relevance | path

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

1234

/linux-6.15/drivers/usb/cdns3/
H A Dcdns3-plat.c172 phy_exit(cdns->usb3_phy); in cdns3_plat_probe()
174 phy_exit(cdns->usb2_phy); in cdns3_plat_probe()
195 phy_exit(cdns->usb2_phy); in cdns3_plat_remove()
196 phy_exit(cdns->usb3_phy); in cdns3_plat_remove()
247 phy_exit(cdns->usb2_phy); in cdns3_controller_resume()
252 phy_exit(cdns->usb3_phy); in cdns3_controller_resume()
/linux-6.15/drivers/usb/gadget/udc/
H A Dsnps_udc_plat.c154 phy_exit(udc->udc_phy); in udc_plat_probe()
221 phy_exit(udc->udc_phy); in udc_plat_probe()
245 phy_exit(dev->udc_phy); in udc_plat_remove()
264 phy_exit(udc->udc_phy); in udc_plat_suspend()
285 phy_exit(udc->udc_phy); in udc_plat_resume()
/linux-6.15/drivers/usb/dwc3/
H A Ddwc3-keystone.c123 phy_exit(kdwc->usb3_phy); in kdwc3_probe()
170 phy_exit(kdwc->usb3_phy); in kdwc3_probe()
198 phy_exit(kdwc->usb3_phy); in kdwc3_remove()
H A Ddwc3-xilinx.c174 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp()
204 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp()
386 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_suspend()
409 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_resume()
/linux-6.15/drivers/pci/controller/cadence/
H A Dpcie-cadence.c156 phy_exit(pcie->phy[i]); in cdns_pcie_disable_phy()
172 phy_exit(pcie->phy[i]); in cdns_pcie_enable_phy()
182 phy_exit(pcie->phy[i]); in cdns_pcie_enable_phy()
/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-armada8k.c79 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()
H A Dpci-exynos.c327 phy_exit(ep->phy); in exynos_pcie_probe()
340 phy_exit(ep->phy); in exynos_pcie_remove()
350 phy_exit(ep->phy); in exynos_pcie_suspend_noirq()
H A Dpcie-intel-gw.c330 phy_exit(pcie->phy); in intel_pcie_host_setup()
341 phy_exit(pcie->phy); in __intel_pcie_remove()
363 phy_exit(pcie->phy); in intel_pcie_suspend_noirq()
/linux-6.15/include/linux/platform_data/
H A Ds3c-hsotg.h34 int (*phy_exit)(struct platform_device *pdev, int type); member
/linux-6.15/drivers/ata/
H A Dahci_imx.c469 phy_exit(imxpriv->cali_phy1); in imx8_sata_enable()
471 phy_exit(imxpriv->cali_phy0); in imx8_sata_enable()
482 phy_exit(imxpriv->sata_phy); in imx8_sata_enable()
486 phy_exit(imxpriv->cali_phy1); in imx8_sata_enable()
490 phy_exit(imxpriv->cali_phy0); in imx8_sata_enable()
587 phy_exit(imxpriv->sata_phy); in imx_sata_disable()
H A Dlibahci_platform.c61 phy_exit(hpriv->phys[i]); in ahci_platform_enable_phys()
67 phy_exit(hpriv->phys[i]); in ahci_platform_enable_phys()
80 phy_exit(hpriv->phys[i]); in ahci_platform_enable_phys()
101 phy_exit(hpriv->phys[i]); in ahci_platform_disable_phys()
H A Dahci_ceva.c226 phy_exit(hpriv->phys[i]); in ceva_ahci_platform_enable_resources()
239 phy_exit(hpriv->phys[i]); in ceva_ahci_platform_enable_resources()
/linux-6.15/drivers/usb/renesas_usbhs/
H A Drcar2.c56 phy_exit(priv->phy); in usbhs_rcar2_power_ctrl()
H A Drza2.c55 phy_exit(priv->phy); in usbhs_rza2_power_ctrl()
/linux-6.15/arch/arm/mach-s3c/
H A Ddevs.c361 if (!npd->phy_exit) in dwc2_hsotg_set_platdata()
362 npd->phy_exit = s3c_usb_phy_exit; in dwc2_hsotg_set_platdata()
/linux-6.15/drivers/usb/core/
H A Dphy.c161 phy_exit(roothub_entry->phy); in usb_phy_roothub_init()
179 err = phy_exit(roothub_entry->phy); in usb_phy_roothub_exit()
/linux-6.15/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst129 调用、phy_init()/phy_exit() 调用、phy_power_on()/phy_power_off()
143 phy_exit()
/linux-6.15/drivers/usb/dwc2/
H A Dplatform.c125 phy_exit(hsotg->phy); in __dwc2_lowlevel_hw_enable()
171 } else if (hsotg->plat && hsotg->plat->phy_exit) { in __dwc2_lowlevel_hw_disable()
172 ret = hsotg->plat->phy_exit(pdev, hsotg->plat->phy_type); in __dwc2_lowlevel_hw_disable()
176 ret = phy_exit(hsotg->phy); in __dwc2_lowlevel_hw_disable()
/linux-6.15/drivers/pci/controller/
H A Dpcie-rockchip.c200 phy_exit(rockchip->phys[i]); in rockchip_pcie_init_port()
255 phy_exit(rockchip->phys[i]); in rockchip_pcie_deinit_phys()
/linux-6.15/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()
/linux-6.15/drivers/usb/host/
H A Dohci-st.c82 phy_exit(priv->phy); in st_ohci_platform_power_on()
107 phy_exit(priv->phy); in st_ohci_platform_power_off()
H A Dehci-st.c102 phy_exit(priv->phy); in st_ehci_platform_power_on()
126 phy_exit(priv->phy); in st_ehci_platform_power_off()
/linux-6.15/drivers/usb/musb/
H A Djz4740.c174 phy_exit(musb->phy); in jz4740_musb_init()
185 phy_exit(musb->phy); in jz4740_musb_exit()
H A Domap2430.c279 phy_exit(musb->phy); in omap2430_musb_exit()
499 phy_exit(musb->phy); in omap2430_runtime_suspend()
539 phy_exit(musb->phy); in omap2430_suspend()
/linux-6.15/drivers/pci/controller/plda/
H A Dpcie-starfive.c257 phy_exit(pcie->phy); in starfive_pcie_enable_phy()
264 phy_exit(pcie->phy); in starfive_pcie_disable_phy()

1234