Lines Matching refs:common_attributes
37 struct hid_sensor_common common_attributes; member
96 hid_sensor_power_state(&press_state->common_attributes, in press_read_raw()
99 press_state->common_attributes.hsdev, in press_read_raw()
103 hid_sensor_power_state(&press_state->common_attributes, in press_read_raw()
122 &press_state->common_attributes, val, val2); in press_read_raw()
126 &press_state->common_attributes, val, val2); in press_read_raw()
149 &press_state->common_attributes, val, val2); in press_write_raw()
153 &press_state->common_attributes, val, val2); in press_write_raw()
184 if (atomic_read(&press_state->common_attributes.data_ready)) in press_proc_event()
241 if (st->common_attributes.sensitivity.index < 0) { in press_parse_report()
246 &st->common_attributes.sensitivity); in press_parse_report()
248 st->common_attributes.sensitivity.index, in press_parse_report()
249 st->common_attributes.sensitivity.report_id); in press_parse_report()
270 press_state->common_attributes.hsdev = hsdev; in hid_press_probe()
271 press_state->common_attributes.pdev = pdev; in hid_press_probe()
275 &press_state->common_attributes); in hid_press_probe()
309 atomic_set(&press_state->common_attributes.data_ready, 0); in hid_press_probe()
311 &press_state->common_attributes); in hid_press_probe()
338 hid_sensor_remove_trigger(&press_state->common_attributes); in hid_press_probe()
355 hid_sensor_remove_trigger(&press_state->common_attributes); in hid_press_remove()