Searched defs:scmi_sensor_info (Results 1 – 1 of 1) sorted by relevance
298 struct scmi_sensor_info { struct299 unsigned int id;300 unsigned int type;301 int scale;302 unsigned int num_trip_points;303 bool async;304 bool update;305 bool timestamped;306 int tstamp_scale;307 unsigned int num_axis;[all …]