Searched defs:scmi_sensor_info (Results 1 – 1 of 1) sorted by relevance
287 struct scmi_sensor_info { struct288 unsigned int id;289 unsigned int type;290 int scale;291 unsigned int num_trip_points;292 bool async;293 bool update;294 bool timestamped;295 int tstamp_scale;296 unsigned int num_axis;[all …]