Searched refs:timestamped (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/iio/common/scmi_sensors/
H A Dscmi_iio.c57 if (!sensor->sensor_info->timestamped) {
93 if (sensor->sensor_info->timestamped)
179 if (sensor->sensor_info->timestamped) {
/linux-master/drivers/firmware/arm_scmi/
H A Dsensors.c613 s->timestamped = SUPPORTS_TIMESTAMP(attrl);
614 if (s->timestamped)
845 * multiple axis and timestamped-reads, this just returns the first axis while
848 * timestamped multi-axis values.
905 * scmi_sensor_reading_get_timestamped - Read multiple-axis timestamped values
909 * @readings: An array of elements each representing a timestamped per-axis
/linux-master/include/linux/spi/
H A Dspi.h1008 * @timestamped: true if the transfer has been timestamped
1090 unsigned timestamped:1; member in struct:spi_transfer
/linux-master/include/linux/
H A Dscmi_protocol.h217 * struct scmi_sensor_reading - represent a timestamped read
312 * @timestamped: Flag for timestamped read support.
348 bool timestamped; member in struct:scmi_sensor_info
/linux-master/drivers/spi/
H A Dspi.c1946 * @xfer: Pointer to the transfer being timestamped
1970 if (xfer->timestamped)
1991 * @xfer: Pointer to the transfer being timestamped
1998 * requested word will be timestamped.
2007 if (xfer->timestamped)
2023 xfer->timestamped = 1;
2162 WARN_ON_ONCE(xfer->ptp_sts && !xfer->timestamped);

Completed in 336 milliseconds