Home
last modified time | relevance | path

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

/Linux-v5.4/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.h76 bool phy_enabled; member
/Linux-v5.4/drivers/gpu/drm/rockchip/
Dcdn-dp-core.h60 bool phy_enabled; member
Dcdn-dp-core.c386 if (!port->phy_enabled) { in cdn_dp_enable_phy()
393 port->phy_enabled = true; in cdn_dp_enable_phy()
432 port->phy_enabled = false; in cdn_dp_enable_phy()
445 if (port->phy_enabled) { in cdn_dp_disable_phy()
453 port->phy_enabled = false; in cdn_dp_disable_phy()