Lines Matching refs:common_attributes
25 struct hid_sensor_common common_attributes; member
85 hid_sensor_power_state(&press_state->common_attributes, in press_read_raw()
88 press_state->common_attributes.hsdev, in press_read_raw()
93 hid_sensor_power_state(&press_state->common_attributes, in press_read_raw()
112 &press_state->common_attributes, val, val2); in press_read_raw()
116 &press_state->common_attributes, val, val2); in press_read_raw()
139 &press_state->common_attributes, val, val2); in press_write_raw()
143 &press_state->common_attributes, val, val2); in press_write_raw()
174 if (atomic_read(&press_state->common_attributes.data_ready)) in press_proc_event()
231 if (st->common_attributes.sensitivity.index < 0) { in press_parse_report()
236 &st->common_attributes.sensitivity); in press_parse_report()
238 st->common_attributes.sensitivity.index, in press_parse_report()
239 st->common_attributes.sensitivity.report_id); in press_parse_report()
260 press_state->common_attributes.hsdev = hsdev; in hid_press_probe()
261 press_state->common_attributes.pdev = pdev; in hid_press_probe()
265 &press_state->common_attributes); in hid_press_probe()
299 atomic_set(&press_state->common_attributes.data_ready, 0); in hid_press_probe()
301 &press_state->common_attributes); in hid_press_probe()
328 hid_sensor_remove_trigger(&press_state->common_attributes); in hid_press_probe()
345 hid_sensor_remove_trigger(&press_state->common_attributes); in hid_press_remove()