Searched defs:accel_3d_state (Results 1 – 1 of 1) sorted by relevance
26 struct accel_3d_state { struct27 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 u32 accel_val[ACCEL_3D_CHANNEL_MAX + 3];32 int scale_pre_decml;33 int scale_post_decml;34 int scale_precision;35 int value_offset;36 int64_t timestamp;