| /linux/include/linux/platform_data/ |
| H A D | s3c-hsotg.h | 34 int (*phy_exit)(struct platform_device *pdev, int type); member
|
| /linux/drivers/pci/controller/dwc/ |
| H 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()
|
| H A D | pci-exynos.c | 327 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 D | pcie-histb.c | 421 phy_exit(hipcie->phy); in histb_pcie_probe() 432 phy_exit(hipcie->phy); in histb_pcie_remove()
|
| H A D | pcie-uniphier.c | 342 phy_exit(pcie->phy); in uniphier_pcie_host_enable()
|
| /linux/drivers/usb/dwc3/ |
| H A D | dwc3-xilinx.c | 242 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp() 395 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_suspend() 418 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_resume()
|
| H A D | dwc3-meson-g12a.c | 816 phy_exit(priv->phys[i]); in dwc3_meson_g12a_probe() 847 phy_exit(priv->phys[i]); in dwc3_meson_g12a_remove() 891 phy_exit(priv->phys[i]); in dwc3_meson_g12a_suspend()
|
| /linux/drivers/usb/renesas_usbhs/ |
| H A D | rcar2.c | 56 phy_exit(priv->phy); in usbhs_rcar2_power_ctrl()
|
| /linux/Documentation/translations/zh_CN/driver-api/phy/ |
| H A D | phy.rst | 129 调用、phy_init()/phy_exit() 调用、phy_power_on()/phy_power_off() 143 phy_exit()
|
| /linux/arch/arm/mach-s3c/ |
| H A D | devs.c | 361 if (!npd->phy_exit) in dwc2_hsotg_set_platdata() 362 npd->phy_exit = s3c_usb_phy_exit; in dwc2_hsotg_set_platdata()
|
| /linux/drivers/usb/core/ |
| H A D | phy.c | 171 phy_exit(roothub_entry->phy); in usb_phy_roothub_init() 189 err = phy_exit(roothub_entry->phy); in usb_phy_roothub_exit()
|
| /linux/drivers/usb/dwc2/ |
| H A D | platform.c | 125 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/drivers/ata/ |
| H A D | ahci_ceva.c | 226 phy_exit(hpriv->phys[i]); in ceva_ahci_platform_enable_resources() 239 phy_exit(hpriv->phys[i]); in ceva_ahci_platform_enable_resources()
|
| H A D | ahci_brcm.c | 300 phy_exit(hpriv->phys[i]); in brcm_ahci_read_id() 318 phy_exit(hpriv->phys[i]); in brcm_ahci_read_id()
|
| /linux/drivers/usb/musb/ |
| H A D | omap2430.c | 278 phy_exit(musb->phy); in omap2430_musb_exit() 500 phy_exit(musb->phy); in omap2430_runtime_suspend() 540 phy_exit(musb->phy); in omap2430_suspend()
|
| H A D | da8xx.c | 413 phy_exit(glue->phy); in da8xx_musb_init() 426 phy_exit(glue->phy); in da8xx_musb_exit()
|
| H A D | musb_dsps.c | 461 phy_exit(musb->phy); in dsps_musb_init() 503 phy_exit(musb->phy); in dsps_musb_exit()
|
| /linux/drivers/usb/gadget/udc/bdc/ |
| H A D | bdc_core.c | 457 phy_exit(bdc->phys[phy_num]); in bdc_phy_init() 467 phy_exit(bdc->phys[phy_num]); in bdc_phy_init() 479 phy_exit(bdc->phys[phy_num]); in bdc_phy_exit()
|
| /linux/drivers/phy/amlogic/ |
| H A D | phy-meson-axg-pcie.c | 88 ret = phy_exit(priv->analog); in phy_axg_pcie_exit()
|
| H A D | phy-meson-axg-mipi-dphy.c | 318 ret = phy_exit(priv->analog); in phy_meson_axg_mipi_dphy_exit()
|
| /linux/drivers/usb/host/ |
| H A 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()
|
| /linux/drivers/usb/mtu3/ |
| H A D | mtu3_plat.c | 89 phy_exit(ssusb->phys[i - 1]); in ssusb_phy_init() 99 phy_exit(ssusb->phys[i]); in ssusb_phy_exit()
|
| /linux/drivers/phy/ |
| H A D | phy-snps-eusb2.c | 500 phy_exit(phy->repeater); in snps_eusb2_hsphy_init() 515 phy_exit(phy->repeater); in snps_eusb2_hsphy_exit()
|
| H A D | phy-core.c | 265 int phy_exit(struct phy *phy) in phy_exit() function 292 EXPORT_SYMBOL_GPL(phy_exit);
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-main.c | 316 pdata->phy_if.phy_exit(pdata); in xgbe_deconfig_netdev()
|