Searched defs:prox_state (Results 1 – 1 of 1) sorted by relevance
30 struct prox_state { struct31 struct hid_sensor_hub_callbacks callbacks;32 struct hid_sensor_common common_attributes;33 struct hid_sensor_hub_attribute_info prox_attr[MAX_CHANNELS];34 struct iio_chan_spec channels[MAX_CHANNELS];35 u32 channel2usage[MAX_CHANNELS];36 u32 human_presence[MAX_CHANNELS];37 int scale_pre_decml;38 int scale_post_decml;39 int scale_precision;[all …]