Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dscmi_protocol.h200 struct scmi_sensor_axis_info { struct
201 unsigned int id;
202 unsigned int type;
203 int scale;
204 char name[SCMI_MAX_STR_SIZE];
205 bool extended_attrs;
206 unsigned int resolution;
207 int exponent;
208 struct scmi_range_attrs attrs;