Searched defs:scmi_sensor_info (Results 1 – 1 of 1) sorted by relevance
321 struct scmi_sensor_info { struct322 unsigned int id;323 unsigned int type;324 int scale;325 unsigned int num_trip_points;326 bool async;327 bool update;328 bool timestamped;329 int tstamp_scale;330 unsigned int num_axis;[all …]