MIPI_DSI_MSG_USE_LPM
if (msg->flags & MIPI_DSI_MSG_USE_LPM)
hs_mode = (xfer->msg->flags & MIPI_DSI_MSG_USE_LPM) ? 0 : 1;
if (NEQV(xfer->flags & MIPI_DSI_MSG_USE_LPM,
samsung_dsim_set_cmd_lpm(dsi, xfer->flags & MIPI_DSI_MSG_USE_LPM);
bool lpm = msg->flags & MIPI_DSI_MSG_USE_LPM;
bool lpm = msg->flags & MIPI_DSI_MSG_USE_LPM;
msg->flags |= MIPI_DSI_MSG_USE_LPM;
if (msg->flags & MIPI_DSI_MSG_USE_LPM)
if (msg->flags & MIPI_DSI_MSG_USE_LPM) {
if (!(msg->flags & MIPI_DSI_MSG_USE_LPM))
if (!(msg->flags & MIPI_DSI_MSG_USE_LPM))
if (!(msg->flags & MIPI_DSI_MSG_USE_LPM))
dsi_vc_enable_hs(dssdev, vc, !(msg->flags & MIPI_DSI_MSG_USE_LPM));
rcar_mipi_dsi_write(dsi, TXCMSETR, (msg->flags & MIPI_DSI_MSG_USE_LPM) ?
if (msg->flags & MIPI_DSI_MSG_USE_LPM)
if ((msg->flags & MIPI_DSI_MSG_USE_LPM) == 0)
if (msg->flags & MIPI_DSI_MSG_USE_LPM)