SYNOPSIS
- ssize_t mipi_dsi_dcs_write_buffer(struct mipi_dsi_device * dsi, const void * data, size_t len);
ARGUMENTS
dsi
-
- DSI peripheral device
data
- buffer containing data to be transmitted
len
- size of transmission buffer
DESCRIPTION
This function will automatically choose the right data type depending on the command payload length.
RETURN
The number of bytes successfully transmitted or a negative error code on failure.
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