Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_lvds.c109 bool phy_enabled; member
286 if (lvds->phy && !lvds->phy_enabled) { in rockchip_lvds_enable()
288 lvds->phy_enabled = true; in rockchip_lvds_enable()
300 if (lvds->phy && lvds->phy_enabled) { in rockchip_lvds_disable()
302 lvds->phy_enabled = false; in rockchip_lvds_disable()
344 lvds->phy_enabled = true; in rockchip_lvds_encoder_loader_protect()
350 lvds->phy_enabled = false; in rockchip_lvds_encoder_loader_protect()
H A Drockchip_rgb.c141 bool phy_enabled; member
226 if (rgb->phy && !rgb->phy_enabled) { in rockchip_rgb_encoder_enable()
228 rgb->phy_enabled = true; in rockchip_rgb_encoder_enable()
246 if (rgb->phy && rgb->phy_enabled) { in rockchip_rgb_encoder_disable()
248 rgb->phy_enabled = false; in rockchip_rgb_encoder_disable()
351 rgb->phy_enabled = true; in rockchip_rgb_encoder_loader_protect()
357 rgb->phy_enabled = false; in rockchip_rgb_encoder_loader_protect()
H A Ddw-mipi-dsi-rockchip.c290 bool phy_enabled; member
557 if (dsi->phy_enabled) in dw_mipi_dsi_phy_power_on()
561 dsi->phy_enabled = true; in dw_mipi_dsi_phy_power_on()
568 if (!dsi->phy_enabled) in dw_mipi_dsi_phy_power_off()
572 dsi->phy_enabled = false; in dw_mipi_dsi_phy_power_off()
850 dsi->phy_enabled = true; in dw_mipi_dsi_rockchip_loader_protect()
856 dsi->phy_enabled = false; in dw_mipi_dsi_rockchip_loader_protect()
H A Dcdn-dp-core.c371 if (!port->phy_enabled) { in cdn_dp_enable_phy()
378 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()
H A Dcdn-dp-core.h58 bool phy_enabled; member
H A Ddw-mipi-dsi2-rockchip.c245 bool phy_enabled; member
359 if (dsi2->phy_enabled) in mipi_dcphy_power_on()
365 dsi2->phy_enabled = true; in mipi_dcphy_power_on()
370 if (!dsi2->phy_enabled) in mipi_dcphy_power_off()
376 dsi2->phy_enabled = false; in mipi_dcphy_power_off()
998 dsi2->phy_enabled = true; in dw_mipi_dsi2_loader_protect()
1004 dsi2->phy_enabled = false; in dw_mipi_dsi2_loader_protect()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/
H A 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()
H A Ddsi.h79 bool phy_enabled; member