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