Lines Matching refs:readings
198 struct scmi_sensor_reading_resp readings[];
210 struct scmi_sensor_reading_resp readings[];
890 * @count: The length of the provided @readings array
891 * @readings: An array of elements each representing a timestamped per-axis
893 * Returned readings are ordered as the @axis descriptors array
903 struct scmi_sensor_reading *readings)
915 if (!count || !readings ||
937 scmi_parse_sensor_readings(&readings[i],
938 &resp->readings[i]);
951 scmi_parse_sensor_readings(&readings[i],
1055 * readings: here it is filled with the effective @num_axis
1056 * readings defined for this sensor or 1 for scalar sensors.
1060 scmi_parse_sensor_readings(&r->readings[i],
1061 &p->readings[i]);