Lines Matching refs:common_attributes
29 struct hid_sensor_common common_attributes; member
73 &temp_st->common_attributes, true); in temperature_read_raw()
75 temp_st->common_attributes.hsdev, in temperature_read_raw()
81 &temp_st->common_attributes, in temperature_read_raw()
97 &temp_st->common_attributes, val, val2); in temperature_read_raw()
101 &temp_st->common_attributes, val, val2); in temperature_read_raw()
116 &temp_st->common_attributes, val, val2); in temperature_write_raw()
119 &temp_st->common_attributes, val, val2); in temperature_write_raw()
137 if (atomic_read(&temp_st->common_attributes.data_ready)) in temperature_proc_event()
187 if (st->common_attributes.sensitivity.index < 0) in temperature_parse_report()
192 &st->common_attributes.sensitivity); in temperature_parse_report()
217 temp_st->common_attributes.hsdev = hsdev; in hid_temperature_probe()
218 temp_st->common_attributes.pdev = pdev; in hid_temperature_probe()
222 &temp_st->common_attributes); in hid_temperature_probe()
248 atomic_set(&temp_st->common_attributes.data_ready, 0); in hid_temperature_probe()
250 &temp_st->common_attributes); in hid_temperature_probe()
271 hid_sensor_remove_trigger(&temp_st->common_attributes); in hid_temperature_probe()
283 hid_sensor_remove_trigger(&temp_st->common_attributes); in hid_temperature_remove()