Lines Matching refs:common_attributes
42 struct hid_sensor_common common_attributes; member
113 hid_sensor_power_state(&als_state->common_attributes, in als_read_raw()
116 als_state->common_attributes.hsdev, in als_read_raw()
120 hid_sensor_power_state(&als_state->common_attributes, in als_read_raw()
139 &als_state->common_attributes, val, val2); in als_read_raw()
143 &als_state->common_attributes, val, val2); in als_read_raw()
166 &als_state->common_attributes, val, val2); in als_write_raw()
170 &als_state->common_attributes, val, val2); in als_write_raw()
201 if (atomic_read(&als_state->common_attributes.data_ready)) in als_proc_event()
262 if (st->common_attributes.sensitivity.index < 0) { in als_parse_report()
267 &st->common_attributes.sensitivity); in als_parse_report()
269 st->common_attributes.sensitivity.index, in als_parse_report()
270 st->common_attributes.sensitivity.report_id); in als_parse_report()
290 als_state->common_attributes.hsdev = hsdev; in hid_als_probe()
291 als_state->common_attributes.pdev = pdev; in hid_als_probe()
294 &als_state->common_attributes); in hid_als_probe()
328 atomic_set(&als_state->common_attributes.data_ready, 0); in hid_als_probe()
330 &als_state->common_attributes); in hid_als_probe()
357 hid_sensor_remove_trigger(&als_state->common_attributes); in hid_als_probe()
374 hid_sensor_remove_trigger(&als_state->common_attributes); in hid_als_remove()