/kernel/linux/linux-5.10/drivers/usb/host/ |
D | xhci-mvebu.c | 98 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()
|
D | ohci-st.c | 84 phy_exit(priv->phy); in st_ohci_platform_power_on() 109 phy_exit(priv->phy); in st_ohci_platform_power_off()
|
D | ehci-st.c | 104 phy_exit(priv->phy); in st_ehci_platform_power_on() 128 phy_exit(priv->phy); in st_ehci_platform_power_off()
|
D | ohci-da8xx.c | 71 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_enable() 83 phy_exit(da8xx_ohci->usb11_phy); in ohci_da8xx_disable()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
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() 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()
|
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
D | dwc3-keystone.c | 127 phy_exit(kdwc->usb3_phy); in kdwc3_probe() 174 phy_exit(kdwc->usb3_phy); in kdwc3_probe() 202 phy_exit(kdwc->usb3_phy); in kdwc3_remove()
|
D | core.c | 740 phy_exit(dwc->usb2_generic_phy); in dwc3_core_exit() 741 phy_exit(dwc->usb3_generic_phy); in dwc3_core_exit() 988 phy_exit(dwc->usb2_generic_phy); in dwc3_core_init() 1121 phy_exit(dwc->usb2_generic_phy); in dwc3_core_init() 1122 phy_exit(dwc->usb3_generic_phy); in dwc3_core_init() 1606 phy_exit(dwc->usb2_generic_phy); in dwc3_probe() 1607 phy_exit(dwc->usb3_generic_phy); in dwc3_probe()
|
/kernel/linux/linux-5.10/drivers/pci/controller/cadence/ |
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()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
D | s3c-hsotg.h | 34 int (*phy_exit)(struct platform_device *pdev, int type); member
|
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
D | pcie-armada8k.c | 80 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()
|
D | pci-meson.c | 134 phy_exit(mp->phy); in meson_pcie_power_on() 144 phy_exit(mp->phy); in meson_pcie_power_off()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
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()
|
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
D | rcar2.c | 56 phy_exit(priv->phy); in usbhs_rcar2_power_ctrl()
|
D | rza2.c | 56 phy_exit(priv->phy); in usbhs_rza2_power_ctrl()
|
/kernel/linux/linux-5.10/drivers/ata/ |
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()
|
D | ahci_brcm.c | 296 phy_exit(hpriv->phys[i]); in brcm_ahci_read_id() 314 phy_exit(hpriv->phys[i]); in brcm_ahci_read_id()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
D | core.c | 603 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()
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
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()
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
D | platform.c | 176 } else if (hsotg->plat && hsotg->plat->phy_exit) { in __dwc2_lowlevel_hw_disable() 177 ret = hsotg->plat->phy_exit(pdev, hsotg->plat->phy_type); in __dwc2_lowlevel_hw_disable() 181 ret = phy_exit(hsotg->phy); in __dwc2_lowlevel_hw_disable()
|
/kernel/linux/linux-5.10/include/linux/phy/ |
D | phy.h | 212 int phy_exit(struct phy *phy); 315 static inline int phy_exit(struct phy *phy) in phy_exit() function
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/ |
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()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
D | pcie-rockchip.c | 309 phy_exit(rockchip->phys[i]); in rockchip_pcie_init_port() 364 phy_exit(rockchip->phys[i]); in rockchip_pcie_deinit_phys()
|
/kernel/linux/linux-5.10/drivers/usb/mtu3/ |
D | mtu3_plat.c | 62 phy_exit(ssusb->phys[i - 1]); in ssusb_phy_init() 72 phy_exit(ssusb->phys[i]); in ssusb_phy_exit()
|
/kernel/linux/linux-5.10/drivers/phy/amlogic/ |
D | phy-meson-axg-pcie.c | 87 ret = phy_exit(priv->analog); in phy_axg_pcie_exit()
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
D | omap2430.c | 275 phy_exit(musb->phy); in omap2430_musb_exit() 461 phy_exit(musb->phy); in omap2430_runtime_suspend()
|