Lines Matching refs:scan_timestamp
453 return sysfs_emit(buf, "%d\n", buffer->scan_timestamp); in iio_scan_el_ts_show()
475 buffer->scan_timestamp = state; in iio_scan_el_ts_store()
688 buffer->scan_timestamp); in iio_buffer_update_bytes_per_datum()
725 bool scan_timestamp; member
737 bool scan_timestamp; in iio_verify_update() local
799 scan_timestamp = false; in iio_verify_update()
806 scan_timestamp |= buffer->scan_timestamp; in iio_verify_update()
812 scan_timestamp |= insert_buffer->scan_timestamp; in iio_verify_update()
828 scan_mask, scan_timestamp); in iio_verify_update()
830 config->scan_timestamp = scan_timestamp; in iio_verify_update()
922 if (buffer->scan_timestamp) { in iio_buffer_update_demux()
972 indio_dev->scan_timestamp = config->scan_timestamp; in iio_enable_buffers()