Lines Matching full:sensitivity
243 st->sensitivity.report_id, in hid_sensor_read_raw_hyst_value()
244 st->sensitivity.index, sizeof(value), in hid_sensor_read_raw_hyst_value()
250 convert_from_vtf_format(value, st->sensitivity.size, in hid_sensor_read_raw_hyst_value()
251 st->sensitivity.unit_expo, in hid_sensor_read_raw_hyst_value()
291 value = convert_to_vtf_format(st->sensitivity.size, in hid_sensor_write_raw_hyst_value()
292 st->sensitivity.unit_expo, in hid_sensor_write_raw_hyst_value()
294 ret = sensor_hub_set_feature(st->hsdev, st->sensitivity.report_id, in hid_sensor_write_raw_hyst_value()
295 st->sensitivity.index, sizeof(value), in hid_sensor_write_raw_hyst_value()
301 st->sensitivity.report_id, in hid_sensor_write_raw_hyst_value()
302 st->sensitivity.index, sizeof(value), in hid_sensor_write_raw_hyst_value()
526 &st->sensitivity); in hid_sensor_parse_common_attributes()
533 * Set Sensitivity field ids, when there is no individual modifier, will in hid_sensor_parse_common_attributes()
534 * check absolute sensitivity and relative sensitivity of data field in hid_sensor_parse_common_attributes()
537 if (st->sensitivity.index < 0) in hid_sensor_parse_common_attributes()
542 &st->sensitivity); in hid_sensor_parse_common_attributes()
573 st->sensitivity.index, st->sensitivity.report_id, in hid_sensor_parse_common_attributes()