Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/dsi/
Ddsi_manager.c166 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_enable()
188 msm_dsi->phy_enabled = true; in dsi_mgr_phy_enable()
203 msm_dsi->phy_enabled = false; in dsi_mgr_phy_disable()
205 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_disable()
Ddsi.h50 bool phy_enabled; member
/linux-6.1.9/drivers/gpu/drm/rockchip/
Dcdn-dp-core.h61 bool phy_enabled; member
Dcdn-dp-core.c396 if (!port->phy_enabled) { in cdn_dp_enable_phy()
403 port->phy_enabled = true; in cdn_dp_enable_phy()
442 port->phy_enabled = false; in cdn_dp_enable_phy()
455 if (port->phy_enabled) { in cdn_dp_disable_phy()
463 port->phy_enabled = false; in cdn_dp_disable_phy()