Lines Matching full:sensitivity
247 st->sensitivity.report_id, in hid_sensor_read_raw_hyst_value()
248 st->sensitivity.index, sizeof(value), in hid_sensor_read_raw_hyst_value()
254 convert_from_vtf_format(value, st->sensitivity.size, in hid_sensor_read_raw_hyst_value()
255 st->sensitivity.unit_expo, in hid_sensor_read_raw_hyst_value()
295 value = convert_to_vtf_format(st->sensitivity.size, in hid_sensor_write_raw_hyst_value()
296 st->sensitivity.unit_expo, in hid_sensor_write_raw_hyst_value()
298 ret = sensor_hub_set_feature(st->hsdev, st->sensitivity.report_id, in hid_sensor_write_raw_hyst_value()
299 st->sensitivity.index, sizeof(value), in hid_sensor_write_raw_hyst_value()
305 st->sensitivity.report_id, in hid_sensor_write_raw_hyst_value()
306 st->sensitivity.index, sizeof(value), in hid_sensor_write_raw_hyst_value()
530 &st->sensitivity); in hid_sensor_parse_common_attributes()
537 * Set Sensitivity field ids, when there is no individual modifier, will in hid_sensor_parse_common_attributes()
538 * check absolute sensitivity and relative sensitivity of data field in hid_sensor_parse_common_attributes()
541 if (st->sensitivity.index < 0) in hid_sensor_parse_common_attributes()
546 &st->sensitivity); in hid_sensor_parse_common_attributes()
577 st->sensitivity.index, st->sensitivity.report_id, in hid_sensor_parse_common_attributes()