/kernel/linux/linux-5.10/drivers/usb/core/ |
D | phy.c | 148 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/ |
D | snps_udc_plat.c | 222 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/ |
D | dwc3-keystone.c | 173 phy_power_off(kdwc->usb3_phy); in kdwc3_probe() 201 phy_power_off(kdwc->usb3_phy); in kdwc3_remove()
|
D | core.c | 735 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()
|
D | dwc3-meson-g12a.c | 818 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/ |
D | rcar2.c | 55 phy_power_off(priv->phy); in usbhs_rcar2_power_ctrl()
|
D | rza2.c | 55 phy_power_off(priv->phy); in usbhs_rza2_power_ctrl()
|
/kernel/linux/linux-5.10/drivers/pci/controller/cadence/ |
D | pcie-cadence.c | 154 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/ |
D | ohci-exynos.c | 106 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()
|
D | ehci-exynos.c | 117 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()
|
D | xhci-mvebu.c | 109 phy_power_off(phy); in xhci_mvebu_a3700_plat_setup()
|
D | ohci-st.c | 107 phy_power_off(priv->phy); in st_ohci_platform_power_off()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
D | core.c | 398 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/ |
D | phy.h | 214 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/ |
D | pcie-rockchip.c | 288 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/ |
D | mtu3_plat.c | 91 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/ |
D | phy-meson-axg-pcie.c | 60 ret = phy_power_off(priv->analog); in phy_axg_pcie_power_off()
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
D | omap2430.c | 274 phy_power_off(musb->phy); in omap2430_musb_exit() 460 phy_power_off(musb->phy); in omap2430_runtime_suspend()
|
D | da8xx.c | 420 phy_power_off(glue->phy); in da8xx_musb_exit() 607 ret = phy_power_off(glue->phy); in da8xx_suspend()
|
D | mediatek.c | 156 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/ |
D | libahci_platform.c | 72 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/ |
D | bdc_core.c | 467 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/ |
D | phy.rst | 130 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/ |
D | ci_hdrc_msm.c | 128 phy_power_off(ci->phy); in ci_hdrc_msm_notify_event()
|
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
D | pcie-armada8k.c | 79 phy_power_off(pcie->phy[i]); in armada8k_pcie_disable_phys()
|