Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
Dcdn-dp-core.h60 bool phy_enabled; member
Dcdn-dp-core.c388 if (!port->phy_enabled) { in cdn_dp_enable_phy()
395 port->phy_enabled = true; in cdn_dp_enable_phy()
434 port->phy_enabled = false; in cdn_dp_enable_phy()
447 if (port->phy_enabled) { in cdn_dp_disable_phy()
455 port->phy_enabled = false; in cdn_dp_disable_phy()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch17693 if (!port->phy_enabled) {
17894 bool phy_enabled;
18002 + bool phy_enabled;
18094 + if (dsi->phy_enabled)
18100 + dsi->phy_enabled = true;
18107 + if (!dsi->phy_enabled)
18111 + dsi->phy_enabled = false;
18402 + dsi->phy_enabled = true;
18408 + dsi->phy_enabled = false;