Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/iio/pressure/
Dhid-sensor-press.c35 struct press_state { struct
36 struct hid_sensor_hub_callbacks callbacks;
37 struct hid_sensor_common common_attributes;
38 struct hid_sensor_hub_attribute_info press_attr;
39 u32 press_data;
40 int scale_pre_decml;
41 int scale_post_decml;
42 int scale_precision;
43 int value_offset;
76 struct press_state *press_state = iio_priv(indio_dev); in press_read_raw() local
[all …]