SYNOPSIS
- ssize_t mipi_dsi_generic_write(struct mipi_dsi_device * dsi, const void * payload, size_t size);
ARGUMENTS
dsi
-
- DSI peripheral device
payload
- buffer containing the payload
size
- size of payload buffer
DESCRIPTION
This function will automatically choose the right data type depending on the payload length.
RETURN
The number of bytes transmitted on success 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