Lines Matching refs:common_attributes
18 struct hid_sensor_common common_attributes; member
62 &temp_st->common_attributes, true); in temperature_read_raw()
64 temp_st->common_attributes.hsdev, in temperature_read_raw()
71 &temp_st->common_attributes, in temperature_read_raw()
87 &temp_st->common_attributes, val, val2); in temperature_read_raw()
91 &temp_st->common_attributes, val, val2); in temperature_read_raw()
106 &temp_st->common_attributes, val, val2); in temperature_write_raw()
109 &temp_st->common_attributes, val, val2); in temperature_write_raw()
127 if (atomic_read(&temp_st->common_attributes.data_ready)) in temperature_proc_event()
177 if (st->common_attributes.sensitivity.index < 0) in temperature_parse_report()
182 &st->common_attributes.sensitivity); in temperature_parse_report()
207 temp_st->common_attributes.hsdev = hsdev; in hid_temperature_probe()
208 temp_st->common_attributes.pdev = pdev; in hid_temperature_probe()
212 &temp_st->common_attributes); in hid_temperature_probe()
238 atomic_set(&temp_st->common_attributes.data_ready, 0); in hid_temperature_probe()
240 &temp_st->common_attributes); in hid_temperature_probe()
261 hid_sensor_remove_trigger(&temp_st->common_attributes); in hid_temperature_probe()
273 hid_sensor_remove_trigger(&temp_st->common_attributes); in hid_temperature_remove()