Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/iio/pressure/
Dhid-sensor-press.c21 struct press_state { struct
22 struct hid_sensor_hub_callbacks callbacks;
23 struct hid_sensor_common common_attributes;
24 struct hid_sensor_hub_attribute_info press_attr;
25 struct {
28 } scan;
29 int scale_pre_decml;
30 int scale_post_decml;
31 int scale_precision;
32 int value_offset;
[all …]
/kernel/linux/linux-5.10/drivers/iio/pressure/
Dhid-sensor-press.c21 struct press_state { struct
22 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 …]