Home
last modified time | relevance | path

Searched refs:MIPI_DSI_MSG_USE_LPM (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_mipi_dsi.h21 #define MIPI_DSI_MSG_USE_LPM BIT(1) macro
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_mipi_dsi.h21 #define MIPI_DSI_MSG_USE_LPM BIT(1) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c371 msg->flags |= MIPI_DSI_MSG_USE_LPM; in mipi_dsi_device_transfer()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c453 msg->flags |= MIPI_DSI_MSG_USE_LPM; in mipi_dsi_device_transfer()
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c1010 if (NEQV(xfer->flags & MIPI_DSI_MSG_USE_LPM, in exynos_dsi_send_to_fifo()
1012 exynos_dsi_set_cmd_lpm(dsi, xfer->flags & MIPI_DSI_MSG_USE_LPM); in exynos_dsi_send_to_fifo()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c2065 if (!(msg->flags & MIPI_DSI_MSG_USE_LPM)) in msm_dsi_host_xfer_prepare()
2087 if (!(msg->flags & MIPI_DSI_MSG_USE_LPM)) in msm_dsi_host_xfer_restore()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c1103 if (NEQV(xfer->flags & MIPI_DSI_MSG_USE_LPM, in samsung_dsim_send_to_fifo()
1105 samsung_dsim_set_cmd_lpm(dsi, xfer->flags & MIPI_DSI_MSG_USE_LPM); in samsung_dsim_send_to_fifo()
H A Dnwl-dsi.c554 hs_mode = (xfer->msg->flags & MIPI_DSI_MSG_USE_LPM) ? 0 : 1; in nwl_dsi_begin_transmission()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c2033 if (!(msg->flags & MIPI_DSI_MSG_USE_LPM)) in msm_dsi_host_xfer_prepare()
2055 if (!(msg->flags & MIPI_DSI_MSG_USE_LPM)) in msm_dsi_host_xfer_restore()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H A Dcdns-dsi.c1065 if (msg->flags & MIPI_DSI_MSG_USE_LPM) in cdns_dsi_transfer()
H A Dnwl-dsi.c567 hs_mode = (xfer->msg->flags & MIPI_DSI_MSG_USE_LPM) ? 0 : 1; in nwl_dsi_begin_transmission()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c380 bool lpm = msg->flags & MIPI_DSI_MSG_USE_LPM; in dw_mipi_message_config()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c373 bool lpm = msg->flags & MIPI_DSI_MSG_USE_LPM; in dw_mipi_message_config()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/cadence/
H A Dcdns-dsi-core.c1057 if (msg->flags & MIPI_DSI_MSG_USE_LPM) in cdns_dsi_transfer()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c1686 if (msg->flags & MIPI_DSI_MSG_USE_LPM) in gen11_dsi_host_transfer()
H A Dvlv_dsi.c141 if (msg->flags & MIPI_DSI_MSG_USE_LPM) { in intel_dsi_host_transfer()
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Ddsi.c1359 if ((msg->flags & MIPI_DSI_MSG_USE_LPM) == 0) in tegra_dsi_host_transfer()
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_dsi.c1208 if (msg->flags & MIPI_DSI_MSG_USE_LPM) in vc4_dsi_host_transfer()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dicl_dsi.c1785 if (msg->flags & MIPI_DSI_MSG_USE_LPM) in gen11_dsi_host_transfer()
H A Dvlv_dsi.c149 if (msg->flags & MIPI_DSI_MSG_USE_LPM) { in intel_dsi_host_transfer()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddsi.c1368 if ((msg->flags & MIPI_DSI_MSG_USE_LPM) == 0) in tegra_dsi_host_transfer()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_dsi.c1232 if (msg->flags & MIPI_DSI_MSG_USE_LPM) in vc4_dsi_host_transfer()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c4194 dsi_vc_enable_hs(dssdev, vc, !(msg->flags & MIPI_DSI_MSG_USE_LPM)); in _omap_dsi_host_transfer()

Completed in 51 milliseconds