Home
last modified time | relevance | path

Searched defs:mipi_dsi_msg (Results 1 – 2 of 2) sorted by relevance

/u-boot/include/
A Dmipi_dsi.h39 struct mipi_dsi_msg { struct
40 u8 channel;
41 u8 type;
42 u16 flags;
44 size_t tx_len;
45 const void *tx_buf;
70 const struct mipi_dsi_msg *msg); argument
/u-boot/arch/arm/mach-nexell/include/mach/
A Dmipi_display.h143 struct mipi_dsi_msg { struct
144 u8 channel; /* virtual channel id */
145 u8 type; /* payload data type */
146 u16 flags; /* flags controlling this message transmission */
147 size_t tx_len;
148 const void *tx_buf;
149 size_t rx_len;
150 void *rx_buf;

Completed in 4 milliseconds