Searched defs:press_state (Results 1 – 1 of 1) sorted by relevance
21 struct press_state { struct22 struct hid_sensor_hub_callbacks callbacks;23 struct hid_sensor_common common_attributes;24 struct hid_sensor_hub_attribute_info press_attr;25 u32 press_data;26 int scale_pre_decml;27 int scale_post_decml;28 int scale_precision;29 int value_offset;62 struct press_state *press_state = iio_priv(indio_dev); in press_read_raw() local[all …]