Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/iio/orientation/
Dhid-sensor-rotation.c17 struct dev_rot_state { struct
18 struct hid_sensor_hub_callbacks callbacks;
19 struct hid_sensor_common common_attributes;
20 struct hid_sensor_hub_attribute_info quaternion;
21 struct {
24 } scan;
25 int scale_pre_decml;
26 int scale_post_decml;
27 int scale_precision;
28 int value_offset;
[all …]
/kernel/linux/linux-5.10/drivers/iio/orientation/
Dhid-sensor-rotation.c19 struct dev_rot_state { struct
20 struct hid_sensor_hub_callbacks callbacks;
21 struct hid_sensor_common common_attributes;
22 struct hid_sensor_hub_attribute_info quaternion;
23 u32 sampled_vals[4];
24 int scale_pre_decml;
25 int scale_post_decml;
26 int scale_precision;
27 int value_offset;