Lines Matching defs:data
460 * @type: MIPI DSI data type of the packet
462 * Return: true if the packet for the given data type is a short packet, false
498 * @type: MIPI DSI data type of the packet
500 * Return: true if the packet for the given data type is a long packet, false
698 * mipi_dsi_generic_write() - transmit data using a generic write packet
703 * This function will automatically choose the right data type depending on
741 * mipi_dsi_generic_read() - receive data using a generic read packet
745 * @data: buffer in which to return the received data
748 * This function will automatically choose the right data type depending on
755 size_t num_params, void *data, size_t size)
762 .rx_buf = data
789 * @data: buffer containing data to be transmitted
792 * This function will automatically choose the right data type depending on
799 const void *data, size_t len)
803 .tx_buf = data,
832 * @data: buffer containing the command payload
835 * This function will automatically choose the right data type depending on
842 const void *data, size_t len)
860 if (data)
861 memcpy(&tx[1], data, len);
876 * @data: buffer in which to receive data
881 ssize_t mipi_dsi_dcs_read(struct mipi_dsi_device *dsi, u8 cmd, void *data,
889 .rx_buf = data,
960 * data used by the interface
1022 * mipi_dsi_dcs_set_display_off() - stop displaying the image data on the
1041 * mipi_dsi_dcs_set_display_on() - start displaying the image data on the
1151 * data used by the interface