Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c140 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_enable()
162 msm_dsi->phy_enabled = true; in dsi_mgr_phy_enable()
177 msm_dsi->phy_enabled = false; in dsi_mgr_phy_disable()
179 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_disable()
H A Ddsi.h50 bool phy_enabled; member
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h61 bool phy_enabled; member
H A Dcdn-dp-core.c394 if (!port->phy_enabled) { in cdn_dp_enable_phy()
401 port->phy_enabled = true; in cdn_dp_enable_phy()
440 port->phy_enabled = false; in cdn_dp_enable_phy()
453 if (port->phy_enabled) { in cdn_dp_disable_phy()
461 port->phy_enabled = false; in cdn_dp_disable_phy()