Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dmipi_dsi.h101 #define MIPI_DSI_MSG_USE_LPM BIT(0x0) macro
/Zephyr-latest/drivers/mipi_dsi/
Ddsi_mcux_2l.c171 .flags = (msg->flags & MIPI_DSI_MSG_USE_LPM) ? 0 : kDSI_TransferUseHighSpeed, in dsi_mcux_tx_color()
393 dsi_xfer.flags = (msg->flags & MIPI_DSI_MSG_USE_LPM) ? 0 : kDSI_TransferUseHighSpeed; in dsi_mcux_transfer()
/Zephyr-latest/drivers/display/
Ddisplay_hx8394.c416 .flags = MIPI_DSI_MSG_USE_LPM, in hx8394_mipi_tx()