Lines Matching full:dsi
60 /* MAX DSI TX payload */
66 /* Callback for DSI DMA transfer completion, called in ISR context */
78 /* Disable DSI interrupts at transfer completion */ in dsi_mcux_dma_cb()
86 /* Helper function to transfer DSI color (DMA based implementation) */
91 * Color streams are a special case for this DSI peripheral, because in dsi_mcux_tx_color()
93 * the transfer of data to the DSI. The SMARTDMA has the additional in dsi_mcux_tx_color()
124 * SMARTDMA uses DSI interrupt line as input for the DMA in dsi_mcux_tx_color()
125 * transfer trigger. Therefore, we need to enable DSI TX in dsi_mcux_tx_color()
145 /* Callback for DSI transfer completion, called in ISR context */
155 /* Helper function to transfer DSI color (Interrupt based implementation) */
193 /* Send TX data using non-blocking DSI API */ in dsi_mcux_tx_color()
205 /* ISR is used for DSI interrupt based implementation, unnecessary if DMA is used */
236 /* Init the DSI module. */ in dsi_mcux_attach()
240 /* Connect DSI IRQ line to SMARTDMA trigger via in dsi_mcux_attach()
345 * If nxp,lcdif node is present, then the MIPI DSI driver will in dsi_mcux_attach()
347 * to DSI data. This is useful for video mode, where the LCDIF can in dsi_mcux_attach()
416 * SMARTDMA or non blocking DSI API. The framebuffer in dsi_mcux_transfer()