Home
last modified time | relevance | path

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

1234

/linux-6.15/drivers/usb/core/
H A Dphy.c210 phy_power_off(roothub_entry->phy); in usb_phy_roothub_set_mode()
316 phy_power_off(roothub_entry->phy); in usb_phy_roothub_power_on()
330 phy_power_off(roothub_entry->phy); in usb_phy_roothub_power_off()
/linux-6.15/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst129 调用、phy_init()/phy_exit() 调用、phy_power_on()/phy_power_off()
142 phy_power_off()
189 phy_power_on 和 phy_power_off 分别执行 phy_pm_runtime_get_sync 和
/linux-6.15/drivers/usb/gadget/udc/
H A Dsnps_udc_plat.c220 phy_power_off(udc->udc_phy); in udc_plat_probe()
244 phy_power_off(dev->udc_phy); in udc_plat_remove()
263 phy_power_off(udc->udc_phy); in udc_plat_suspend()
/linux-6.15/drivers/usb/cdns3/
H A Dcdns3-plat.c36 phy_power_off(cdns->usb2_phy); in set_phy_power_on()
43 phy_power_off(cdns->usb3_phy); in set_phy_power_off()
44 phy_power_off(cdns->usb2_phy); in set_phy_power_off()
/linux-6.15/drivers/usb/dwc3/
H A Ddwc3-keystone.c169 phy_power_off(kdwc->usb3_phy); in kdwc3_probe()
197 phy_power_off(kdwc->usb3_phy); in kdwc3_remove()
H A Ddwc3-meson-g12a.c812 phy_power_off(priv->phys[i]); in dwc3_meson_g12a_probe()
843 phy_power_off(priv->phys[i]); in dwc3_meson_g12a_remove()
887 phy_power_off(priv->phys[i]); in dwc3_meson_g12a_suspend()
/linux-6.15/drivers/usb/renesas_usbhs/
H A Drcar2.c55 phy_power_off(priv->phy); in usbhs_rcar2_power_ctrl()
H A Drza2.c54 phy_power_off(priv->phy); in usbhs_rza2_power_ctrl()
/linux-6.15/drivers/usb/host/
H A Dohci-exynos.c90 phy_power_off(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()
102 phy_power_off(exynos_ohci->phy[i]); in exynos_ohci_phy_disable()
H A Dehci-exynos.c101 phy_power_off(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()
113 phy_power_off(exynos_ehci->phy[i]); in exynos_ehci_phy_disable()
/linux-6.15/drivers/pci/controller/cadence/
H A Dpcie-cadence.c155 phy_power_off(pcie->phy[i]); in cdns_pcie_disable_phy()
181 phy_power_off(pcie->phy[i]); in cdns_pcie_enable_phy()
/linux-6.15/drivers/ata/
H A Dahci_imx.c468 phy_power_off(imxpriv->cali_phy1); in imx8_sata_enable()
470 phy_power_off(imxpriv->cali_phy0); in imx8_sata_enable()
484 phy_power_off(imxpriv->cali_phy1); in imx8_sata_enable()
488 phy_power_off(imxpriv->cali_phy0); in imx8_sata_enable()
586 phy_power_off(imxpriv->sata_phy); in imx_sata_disable()
H A Dlibahci_platform.c79 phy_power_off(hpriv->phys[i]); in ahci_platform_enable_phys()
100 phy_power_off(hpriv->phys[i]); in ahci_platform_disable_phys()
/linux-6.15/drivers/pci/controller/
H A Dpcie-rockchip.c196 phy_power_off(rockchip->phys[i]); in rockchip_pcie_init_port()
254 phy_power_off(rockchip->phys[i]); in rockchip_pcie_deinit_phys()
/linux-6.15/drivers/usb/musb/
H A Djz4740.c171 phy_power_off(musb->phy); in jz4740_musb_init()
184 phy_power_off(musb->phy); in jz4740_musb_exit()
H A Domap2430.c278 phy_power_off(musb->phy); in omap2430_musb_exit()
498 phy_power_off(musb->phy); in omap2430_runtime_suspend()
538 phy_power_off(musb->phy); in omap2430_suspend()
H A Dda8xx.c424 phy_power_off(glue->phy); in da8xx_musb_exit()
603 ret = phy_power_off(glue->phy); in da8xx_suspend()
H A Dmediatek.c104 phy_power_off(glue->phy); in mtk_otg_switch_set()
340 phy_power_off(glue->phy); in mtk_musb_exit()
/linux-6.15/drivers/gpu/drm/bridge/imx/
H A Dimx8qm-ldb.c264 ret = phy_power_off(imx8qm_ldb->channel[0].phy); in imx8qm_ldb_bridge_atomic_disable()
269 ret = phy_power_off(imx8qm_ldb->channel[1].phy); in imx8qm_ldb_bridge_atomic_disable()
275 ret = phy_power_off(imx8qm_ldb_ch->phy); in imx8qm_ldb_bridge_atomic_disable()
/linux-6.15/drivers/pci/controller/dwc/
H A Dpci-exynos.c339 phy_power_off(ep->phy); in exynos_pcie_remove()
349 phy_power_off(ep->phy); in exynos_pcie_suspend_noirq()
/linux-6.15/include/linux/phy/
H A Dphy.h233 int phy_power_off(struct phy *phy);
343 static inline int phy_power_off(struct phy *phy) in phy_power_off() function
/linux-6.15/Documentation/driver-api/phy/
H A Dphy.rst135 phy_power_off() calls are all NOP when applied to a NULL phy. The NULL
148 phy_power_off()
198 It should also be noted that phy_power_on and phy_power_off performs
/linux-6.15/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c202 phy_power_off(csi2rx->dphy); in csi2rx_configure_ext_dphy()
317 phy_power_off(csi2rx->dphy); in csi2rx_start()
361 if (phy_power_off(csi2rx->dphy)) in csi2rx_stop()
/linux-6.15/drivers/phy/amlogic/
H A Dphy-meson-axg-pcie.c61 ret = phy_power_off(priv->analog); in phy_axg_pcie_power_off()
/linux-6.15/drivers/usb/mtu3/
H A Dmtu3_plat.c118 phy_power_off(ssusb->phys[i - 1]); in ssusb_phy_power_on()
128 phy_power_off(ssusb->phys[i]); in ssusb_phy_power_off()

1234