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()
185 if (atomic_read(&press_state->common_attributes.data_ready)) in press_proc_event()
242 if (st->common_attributes.sensitivity.index < 0) { in press_parse_report()
247 &st->common_attributes.sensitivity); in press_parse_report()
249 st->common_attributes.sensitivity.index, in press_parse_report()
250 st->common_attributes.sensitivity.report_id); in press_parse_report()
272 press_state->common_attributes.hsdev = hsdev; in hid_press_probe()
273 press_state->common_attributes.pdev = pdev; in hid_press_probe()
277 &press_state->common_attributes); in hid_press_probe()
310 atomic_set(&press_state->common_attributes.data_ready, 0); in hid_press_probe()
312 &press_state->common_attributes); in hid_press_probe()
339 hid_sensor_remove_trigger(&press_state->common_attributes); in hid_press_probe()
356 hid_sensor_remove_trigger(&press_state->common_attributes); in hid_press_remove()