Searched defs:als_state (Results 1 – 1 of 1) sorted by relevance
27 struct als_state { struct28 struct hid_sensor_hub_callbacks callbacks;29 struct hid_sensor_common common_attributes;30 struct hid_sensor_hub_attribute_info als_illum;31 u32 illum[CHANNEL_SCAN_INDEX_MAX];32 int scale_pre_decml;33 int scale_post_decml;34 int scale_precision;35 int value_offset;79 struct als_state *als_state = iio_priv(indio_dev); in als_read_raw() local[all …]