Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c150 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_enable()
172 msm_dsi->phy_enabled = true; in dsi_mgr_phy_enable()
187 msm_dsi->phy_enabled = false; in dsi_mgr_phy_disable()
189 if (!mdsi->phy_enabled && !sdsi->phy_enabled) { in dsi_mgr_phy_disable()
/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h62 bool phy_enabled; member
H A Dcdn-dp-core.c364 if (!port->phy_enabled) { in cdn_dp_enable_phy()
371 port->phy_enabled = true; in cdn_dp_enable_phy()
410 port->phy_enabled = false; in cdn_dp_enable_phy()
423 if (port->phy_enabled) { in cdn_dp_disable_phy()
431 port->phy_enabled = false; in cdn_dp_disable_phy()