Lines Matching defs:data
600 std::uint8_t data[32] = {
607 dev->interface->write_buffer(0x3c, 0x3ff000, data, 32);
632 // FIXME: looks like we write to that register with initial data
1456 dev->interface->write_gamma(0x28, 0x0000, gamma.data(), size * 2 * 3);
1716 * Send shading calibration data. The buffer is considered to always hold values
1720 std::uint8_t* data, int size) const
1748 /* compute and allocate size for final data */
1753 /* copy regular shading data to the expected layout */
1754 std::uint8_t* buffer = final_data.data();
1765 /* loop over calibration data */
1768 buffer[count] = data[offset+i];
1776 dev->interface->write_buffer(0x3c, 0, final_data.data(), count);