Home
last modified time | relevance | path

Searched refs:phy_power_off (Results 1 – 25 of 73) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/usb/core/
Dphy.c148 phy_power_off(roothub_entry->phy); in usb_phy_roothub_set_mode()
196 phy_power_off(roothub_entry->phy); in usb_phy_roothub_power_on()
210 phy_power_off(roothub_entry->phy); in usb_phy_roothub_power_off()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dsnps_udc_plat.c222 phy_power_off(udc->udc_phy); in udc_plat_probe()
251 phy_power_off(dev->udc_phy); in udc_plat_remove()
272 phy_power_off(udc->udc_phy); in udc_plat_suspend()
/kernel/linux/linux-5.10/drivers/usb/dwc3/
Ddwc3-keystone.c173 phy_power_off(kdwc->usb3_phy); in kdwc3_probe()
201 phy_power_off(kdwc->usb3_phy); in kdwc3_remove()
Dcore.c735 phy_power_off(dwc->usb2_generic_phy); in dwc3_core_exit()
736 phy_power_off(dwc->usb3_generic_phy); in dwc3_core_exit()
1125 phy_power_off(dwc->usb3_generic_phy); in dwc3_core_init()
1128 phy_power_off(dwc->usb2_generic_phy); in dwc3_core_init()
1619 phy_power_off(dwc->usb2_generic_phy); in dwc3_probe()
1620 phy_power_off(dwc->usb3_generic_phy); in dwc3_probe()
Ddwc3-meson-g12a.c818 phy_power_off(priv->phys[i]); in dwc3_meson_g12a_probe()
847 phy_power_off(priv->phys[i]); in dwc3_meson_g12a_remove()
891 phy_power_off(priv->phys[i]); in dwc3_meson_g12a_suspend()
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/
Drcar2.c55 phy_power_off(priv->phy); in usbhs_rcar2_power_ctrl()
Drza2.c55 phy_power_off(priv->phy); in usbhs_rza2_power_ctrl()
/kernel/linux/linux-5.10/drivers/pci/controller/cadence/
Dpcie-cadence.c154 phy_power_off(pcie->phy[i]); in cdns_pcie_disable_phy()
180 phy_power_off(pcie->phy[i]); in cdns_pcie_enable_phy()
/kernel/linux/linux-5.10/drivers/usb/host/
Dohci-exynos.c106 phy_power_off(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()
119 phy_power_off(exynos_ohci->phy[i]); in exynos_ohci_phy_disable()
Dehci-exynos.c117 phy_power_off(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()
130 phy_power_off(exynos_ehci->phy[i]); in exynos_ehci_phy_disable()
Dxhci-mvebu.c109 phy_power_off(phy); in xhci_mvebu_a3700_plat_setup()
Dohci-st.c107 phy_power_off(priv->phy); in st_ohci_platform_power_off()
/kernel/linux/linux-5.10/drivers/usb/cdns3/
Dcore.c398 phy_power_off(cdns->usb2_phy); in set_phy_power_on()
405 phy_power_off(cdns->usb3_phy); in set_phy_power_off()
406 phy_power_off(cdns->usb2_phy); in set_phy_power_off()
/kernel/linux/linux-5.10/include/linux/phy/
Dphy.h214 int phy_power_off(struct phy *phy);
329 static inline int phy_power_off(struct phy *phy) in phy_power_off() function
/kernel/linux/linux-5.10/drivers/pci/controller/
Dpcie-rockchip.c288 phy_power_off(rockchip->phys[i]); in rockchip_pcie_init_port()
346 phy_power_off(rockchip->phys[i]); in rockchip_pcie_deinit_phys()
/kernel/linux/linux-5.10/drivers/usb/mtu3/
Dmtu3_plat.c91 phy_power_off(ssusb->phys[i - 1]); in ssusb_phy_power_on()
101 phy_power_off(ssusb->phys[i]); in ssusb_phy_power_off()
/kernel/linux/linux-5.10/drivers/phy/amlogic/
Dphy-meson-axg-pcie.c60 ret = phy_power_off(priv->analog); in phy_axg_pcie_power_off()
/kernel/linux/linux-5.10/drivers/usb/musb/
Domap2430.c274 phy_power_off(musb->phy); in omap2430_musb_exit()
460 phy_power_off(musb->phy); in omap2430_runtime_suspend()
Dda8xx.c420 phy_power_off(glue->phy); in da8xx_musb_exit()
607 ret = phy_power_off(glue->phy); in da8xx_suspend()
Dmediatek.c156 phy_power_off(glue->phy); in mtk_otg_switch_set()
390 phy_power_off(glue->phy); in mtk_musb_exit()
/kernel/linux/linux-5.10/drivers/ata/
Dlibahci_platform.c72 phy_power_off(hpriv->phys[i]); in ahci_platform_enable_phys()
90 phy_power_off(hpriv->phys[i]); in ahci_platform_disable_phys()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
Dbdc_core.c467 phy_power_off(bdc->phys[phy_num]); in bdc_phy_init()
479 phy_power_off(bdc->phys[phy_num]); in bdc_phy_exit()
/kernel/linux/linux-5.10/Documentation/driver-api/phy/
Dphy.rst130 phy_power_off() calls are all NOP when applied to a NULL phy. The NULL
171 It should also be noted that phy_power_on and phy_power_off performs
/kernel/linux/linux-5.10/drivers/usb/chipidea/
Dci_hdrc_msm.c128 phy_power_off(ci->phy); in ci_hdrc_msm_notify_event()
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
Dpcie-armada8k.c79 phy_power_off(pcie->phy[i]); in armada8k_pcie_disable_phys()

123