SYNOPSIS
struct mipi_dsi_packet {
size_t size;
u8 header[4];
size_t payload_length;
const u8 * payload;
};
MEMBERS
size
- size (in bytes) of the packet
header[4]
- the four bytes that make up the header (Data ID, Word Count or Packet Data, and ECC)
payload_length
- number of bytes in the payload
payload
- a pointer to a buffer containing the payload, if any
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