Searched defs:scmi_sensor_info (Results 1 – 1 of 1) sorted by relevance
341 struct scmi_sensor_info { struct342 unsigned int id;343 unsigned int type;344 int scale;345 unsigned int num_trip_points;346 bool async;347 bool update;348 bool timestamped;349 int tstamp_scale;350 unsigned int num_axis;[all …]