Home
last modified time | relevance | path

Searched refs:phy_enabled (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c155 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_enable()
177 msm_dsi->phy_enabled = true; in dsi_mgr_phy_enable()
192 msm_dsi->phy_enabled = false; in dsi_mgr_phy_disable()
194 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_disable()
Ddsi.h79 bool phy_enabled; member
/Linux-v5.10/drivers/gpu/drm/rockchip/
Dcdn-dp-core.h60 bool phy_enabled; member
Dcdn-dp-core.c387 if (!port->phy_enabled) { in cdn_dp_enable_phy()
394 port->phy_enabled = true; in cdn_dp_enable_phy()
433 port->phy_enabled = false; in cdn_dp_enable_phy()
446 if (port->phy_enabled) { in cdn_dp_disable_phy()
454 port->phy_enabled = false; in cdn_dp_disable_phy()