Searched refs:scan_timestamp (Results 1 – 3 of 3) sorted by relevance
608 return sysfs_emit(buf, "%d\n", buffer->scan_timestamp); in iio_scan_el_ts_show() 630 buffer->scan_timestamp = state; in iio_scan_el_ts_store() 846 buffer->scan_timestamp); in iio_buffer_update_bytes_per_datum() 883 bool scan_timestamp; member 897 bool scan_timestamp; in iio_verify_update() local 959 scan_timestamp = false; in iio_verify_update() 966 scan_timestamp |= buffer->scan_timestamp; in iio_verify_update() 972 scan_timestamp |= insert_buffer->scan_timestamp; in iio_verify_update() [all...]
40 if (ACCESS_PRIVATE(indio_dev, scan_timestamp)) { in iio_push_to_buffers_with_timestamp()
138 /* @scan_timestamp: Does the scan mode include a timestamp. */139 bool scan_timestamp; member