Lines Matching refs:common_attributes
16 struct hid_sensor_common common_attributes; member
63 &temp_st->common_attributes, true); in temperature_read_raw()
65 temp_st->common_attributes.hsdev, in temperature_read_raw()
72 &temp_st->common_attributes, in temperature_read_raw()
88 &temp_st->common_attributes, val, val2); in temperature_read_raw()
92 &temp_st->common_attributes, val, val2); in temperature_read_raw()
107 &temp_st->common_attributes, val, val2); in temperature_write_raw()
110 &temp_st->common_attributes, val, val2); in temperature_write_raw()
128 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()
232 atomic_set(&temp_st->common_attributes.data_ready, 0); in hid_temperature_probe()
235 &temp_st->common_attributes); in hid_temperature_probe()
256 hid_sensor_remove_trigger(indio_dev, &temp_st->common_attributes); in hid_temperature_probe()
268 hid_sensor_remove_trigger(indio_dev, &temp_st->common_attributes); in hid_temperature_remove()