Lines Matching defs:als_state
27 struct als_state { struct
28 struct hid_sensor_hub_callbacks callbacks;
29 struct hid_sensor_common common_attributes;
30 struct hid_sensor_hub_attribute_info als[CHANNEL_SCAN_INDEX_MAX];
31 struct iio_chan_spec channels[CHANNEL_SCAN_INDEX_MAX + 1];
32 struct {
35 } scan;
36 int scale_pre_decml;
37 int scale_post_decml;
38 int scale_precision;
39 int value_offset;
40 int num_channels;
41 s64 timestamp;
42 unsigned long als_scan_mask[2];
137 struct als_state *als_state = iio_priv(indio_dev); in als_read_raw() local
224 struct als_state *als_state = iio_priv(indio_dev); in als_write_raw() local
258 struct als_state *als_state = iio_priv(indio_dev); in als_proc_event() local
280 struct als_state *als_state = iio_priv(indio_dev); in als_capture_sample() local
363 struct als_state *als_state; in hid_als_probe() local
443 struct als_state *als_state = iio_priv(indio_dev); in hid_als_remove() local