Lines Matching refs:data
378 * @type: MIPI DSI data type of the packet
380 * Return: true if the packet for the given data type is a short packet, false
416 * @type: MIPI DSI data type of the packet
418 * Return: true if the packet for the given data type is a long packet, false
616 * mipi_dsi_generic_write() - transmit data using a generic write packet
621 * This function will automatically choose the right data type depending on
659 * mipi_dsi_generic_read() - receive data using a generic read packet
663 * @data: buffer in which to return the received data
666 * This function will automatically choose the right data type depending on
673 size_t num_params, void *data, size_t size)
680 .rx_buf = data
707 * @data: buffer containing data to be transmitted
710 * This function will automatically choose the right data type depending on
717 const void *data, size_t len)
721 .tx_buf = data,
750 * @data: buffer containing the command payload
753 * This function will automatically choose the right data type depending on
760 const void *data, size_t len)
778 if (data)
779 memcpy(&tx[1], data, len);
794 * @data: buffer in which to receive data
799 ssize_t mipi_dsi_dcs_read(struct mipi_dsi_device *dsi, u8 cmd, void *data,
807 .rx_buf = data,
878 * data used by the interface
940 * mipi_dsi_dcs_set_display_off() - stop displaying the image data on the
959 * mipi_dsi_dcs_set_display_on() - start displaying the image data on the
1069 * data used by the interface