/openbmc/linux/Documentation/driver-api/phy/ |
H A D | phy.rst | 134 the phy_init() and phy_exit() calls, and phy_power_on() and 145 phy_power_on() 152 Some PHY drivers may not implement :c:func:`phy_init` or :c:func:`phy_power_on`, 158 :c:func:`phy_power_on`, although some PHY drivers may allow it at any time. 198 It should also be noted that phy_power_on and phy_power_off performs
|
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | rcar2.c | 53 retval = phy_power_on(priv->phy); in usbhs_rcar2_power_ctrl()
|
H A D | rza2.c | 51 retval = phy_power_on(priv->phy); in usbhs_rza2_power_ctrl()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdns3-plat.c | 30 ret = phy_power_on(cdns->usb2_phy); in set_phy_power_on() 34 ret = phy_power_on(cdns->usb3_phy); in set_phy_power_on()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | snps_udc_plat.c | 152 ret = phy_power_on(udc->udc_phy); in udc_plat_probe() 283 ret = phy_power_on(udc->udc_phy); in udc_plat_resume()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-xilinx.c | 202 ret = phy_power_on(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp() 375 ret = phy_power_on(priv_data->usb3_phy); in dwc3_xlnx_resume()
|
H A D | dwc3-keystone.c | 120 error = phy_power_on(kdwc->usb3_phy); in kdwc3_probe()
|
/openbmc/linux/drivers/usb/musb/ |
H A D | mediatek.c | 81 phy_power_on(glue->phy); in mtk_otg_switch_set() 94 phy_power_on(glue->phy); in mtk_otg_switch_set() 281 ret = phy_power_on(glue->phy); in mtk_musb_init()
|
H A D | omap2430.c | 227 phy_power_on(musb->phy); in omap2430_musb_init() 517 phy_power_on(musb->phy); in omap2430_runtime_resume() 576 phy_power_on(musb->phy); in omap2430_resume()
|
H A D | da8xx.c | 394 ret = phy_power_on(glue->phy); in da8xx_musb_init() 613 return phy_power_on(glue->phy); in da8xx_resume()
|
H A D | jz4740.c | 136 err = phy_power_on(musb->phy); in jz4740_musb_init()
|
/openbmc/linux/drivers/gpu/drm/bridge/imx/ |
H A D | imx8qm-ldb.c | 230 ret = phy_power_on(imx8qm_ldb->channel[0].phy); in imx8qm_ldb_bridge_atomic_enable() 236 ret = phy_power_on(imx8qm_ldb->channel[1].phy); in imx8qm_ldb_bridge_atomic_enable() 242 ret = phy_power_on(imx8qm_ldb_ch->phy); in imx8qm_ldb_bridge_atomic_enable()
|
/openbmc/linux/include/linux/phy/ |
H A D | phy.h | 229 int phy_power_on(struct phy *phy); 341 static inline int phy_power_on(struct phy *phy) in phy_power_on() function
|
/openbmc/linux/drivers/phy/amlogic/ |
H A D | phy-meson-axg-pcie.c | 47 ret = phy_power_on(priv->analog); in phy_axg_pcie_power_on()
|
H A D | phy-meson-axg-mipi-dphy.c | 224 ret = phy_power_on(priv->analog); in phy_meson_axg_mipi_dphy_power_on()
|
/openbmc/linux/drivers/usb/core/ |
H A D | phy.c | 187 err = phy_power_on(roothub_entry->phy); in usb_phy_roothub_power_on()
|
/openbmc/linux/drivers/pci/controller/cadence/ |
H A D | pcie-cadence.c | 170 ret = phy_power_on(pcie->phy[i]); in cdns_pcie_enable_phy()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ohci-exynos.c | 92 ret = phy_power_on(exynos_ohci->phy[i]); in exynos_ohci_phy_enable()
|
H A D | ohci-st.c | 75 ret = phy_power_on(priv->phy); in st_ohci_platform_power_on()
|
H A D | ehci-exynos.c | 103 ret = phy_power_on(exynos_ehci->phy[i]); in exynos_ehci_phy_enable()
|
H A D | ehci-st.c | 95 ret = phy_power_on(priv->phy); in st_ehci_platform_power_on()
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | ci_hdrc_msm.c | 100 ret = phy_power_on(ci->phy); in ci_hdrc_msm_notify_event()
|
/openbmc/linux/drivers/gpu/drm/meson/ |
H A D | meson_dw_mipi_dsi.c | 142 if (phy_power_on(mipi_dsi->phy)) in dw_mipi_dsi_phy_power_on()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_netdev.c | 118 err = phy_power_on(port->serdes); in sparx5_port_open()
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-armada8k.c | 100 ret = phy_power_on(pcie->phy[i]); in armada8k_pcie_enable_phys()
|