Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/accel/
Dhid-sensor-accel-3d.c26 struct accel_3d_state { struct
27 struct hid_sensor_hub_callbacks callbacks;
28 struct hid_sensor_common common_attributes;
29 struct hid_sensor_hub_attribute_info accel[ACCEL_3D_CHANNEL_MAX];
31 struct {
34 } scan;
35 int scale_pre_decml;
36 int scale_post_decml;
37 int scale_precision;
38 int value_offset;
[all …]
/kernel/linux/linux-6.6/drivers/iio/accel/
Dhid-sensor-accel-3d.c24 struct accel_3d_state { struct
25 struct hid_sensor_hub_callbacks callbacks;
26 struct hid_sensor_common common_attributes;
27 struct hid_sensor_hub_attribute_info accel[ACCEL_3D_CHANNEL_MAX];
29 struct {
32 } scan;
33 int scale_pre_decml;
34 int scale_post_decml;
35 int scale_precision;
36 int value_offset;
[all …]