Home
last modified time | relevance | path

Searched defs:scmi_sensor_info (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
Dscmi_protocol.h308 struct scmi_sensor_info { struct
309 unsigned int id;
310 unsigned int type;
311 int scale;
312 unsigned int num_trip_points;
313 bool async;
314 bool update;
315 bool timestamped;
316 int tstamp_scale;
317 unsigned int num_axis;
[all …]
/kernel/linux/linux-5.10/include/linux/
Dscmi_protocol.h151 struct scmi_sensor_info { struct
152 u32 id;
153 u8 type;
154 s8 scale;
155 u8 num_trip_points;
156 bool async;
157 char name[SCMI_MAX_STR_SIZE];