Searched defs:scmi_sensor_info (Results 1 – 1 of 1) sorted by relevance
308 struct scmi_sensor_info { struct309 unsigned int id;310 unsigned int type;311 int scale;312 unsigned int num_trip_points;313 bool async;314 bool update;315 bool timestamped;316 int tstamp_scale;317 unsigned int num_axis;[all …]