Home
last modified time | relevance | path

Searched refs:sensitivity_rel (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/iio/common/hid-sensors/
Dhid-sensor-attributes.c266 st->sensitivity_rel.report_id, in hid_sensor_read_raw_hyst_rel_value()
267 st->sensitivity_rel.index, sizeof(value), in hid_sensor_read_raw_hyst_rel_value()
274 convert_from_vtf_format(value, st->sensitivity_rel.size, in hid_sensor_read_raw_hyst_rel_value()
275 st->sensitivity_rel.unit_expo, val1, val2); in hid_sensor_read_raw_hyst_rel_value()
322 value = convert_to_vtf_format(st->sensitivity_rel.size, in hid_sensor_write_raw_hyst_rel_value()
323 st->sensitivity_rel.unit_expo, in hid_sensor_write_raw_hyst_rel_value()
325 ret = sensor_hub_set_feature(st->hsdev, st->sensitivity_rel.report_id, in hid_sensor_write_raw_hyst_rel_value()
326 st->sensitivity_rel.index, sizeof(value), in hid_sensor_write_raw_hyst_rel_value()
332 st->sensitivity_rel.report_id, in hid_sensor_write_raw_hyst_rel_value()
333 st->sensitivity_rel.index, sizeof(value), in hid_sensor_write_raw_hyst_rel_value()
[all …]
/linux-6.1.9/include/linux/
Dhid-sensor-hub.h234 struct hid_sensor_hub_attribute_info sensitivity_rel; member