struct_mipi_dsi_msg(9) read/write DSI buffer

SYNOPSIS


struct mipi_dsi_msg {
u8 channel;
u8 type;
u16 flags;
size_t tx_len;
const void * tx_buf;
size_t rx_len;
void * rx_buf;
};

MEMBERS

channel

virtual channel id

type

payload data type

flags

flags controlling this message transmission

tx_len

length of tx_buf

tx_buf

data to be written

rx_len

length of rx_buf

rx_buf

data to be read, or NULL

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

Daniel Vetter <[email protected]>
Intel Corporation,         
        

Contributions all over the place

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT