Home
last modified time | relevance | path

Searched refs:als_state (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/iio/light/
Dhid-sensor-als.c24 struct als_state { struct
88 struct als_state *als_state = iio_priv(indio_dev); in als_read_raw() local
89 struct hid_sensor_hub_device *hsdev = als_state->common_attributes.hsdev; in als_read_raw()
102 report_id = als_state->als_illum.report_id; in als_read_raw()
103 min = als_state->als_illum.logical_minimum; in als_read_raw()
111 hid_sensor_power_state(&als_state->common_attributes, in als_read_raw()
116 hid_sensor_power_state(&als_state->common_attributes, in als_read_raw()
125 *val = als_state->scale_pre_decml; in als_read_raw()
126 *val2 = als_state->scale_post_decml; in als_read_raw()
127 ret_type = als_state->scale_precision; in als_read_raw()
[all …]