Lines Matching refs:common_attributes
17 struct hid_sensor_common common_attributes; member
68 &temp_st->common_attributes, true); in temperature_read_raw()
70 temp_st->common_attributes.hsdev, in temperature_read_raw()
77 &temp_st->common_attributes, in temperature_read_raw()
93 &temp_st->common_attributes, val, val2); in temperature_read_raw()
97 &temp_st->common_attributes, val, val2); in temperature_read_raw()
112 &temp_st->common_attributes, val, val2); in temperature_write_raw()
115 &temp_st->common_attributes, val, val2); in temperature_write_raw()
133 if (atomic_read(&temp_st->common_attributes.data_ready)) in temperature_proc_event()
204 temp_st->common_attributes.hsdev = hsdev; in hid_temperature_probe()
205 temp_st->common_attributes.pdev = pdev; in hid_temperature_probe()
209 &temp_st->common_attributes, in hid_temperature_probe()
231 atomic_set(&temp_st->common_attributes.data_ready, 0); in hid_temperature_probe()
234 &temp_st->common_attributes); in hid_temperature_probe()
255 hid_sensor_remove_trigger(indio_dev, &temp_st->common_attributes); in hid_temperature_probe()
267 hid_sensor_remove_trigger(indio_dev, &temp_st->common_attributes); in hid_temperature_remove()