Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c270 st->sensitivity_rel.report_id, in hid_sensor_read_raw_hyst_rel_value()
271 st->sensitivity_rel.index, sizeof(value), in hid_sensor_read_raw_hyst_rel_value()
279 st->sensitivity_rel.unit_expo, val1, val2); in hid_sensor_read_raw_hyst_rel_value()
326 value = convert_to_vtf_format(st->sensitivity_rel.size, in hid_sensor_write_raw_hyst_rel_value()
327 st->sensitivity_rel.unit_expo, in hid_sensor_write_raw_hyst_rel_value()
330 st->sensitivity_rel.index, sizeof(value), in hid_sensor_write_raw_hyst_rel_value()
336 st->sensitivity_rel.report_id, in hid_sensor_write_raw_hyst_rel_value()
337 st->sensitivity_rel.index, sizeof(value), in hid_sensor_write_raw_hyst_rel_value()
535 &st->sensitivity_rel); in hid_sensor_parse_common_attributes()
548 if (st->sensitivity_rel.index < 0) in hid_sensor_parse_common_attributes()
[all …]
/linux-6.15/include/linux/
H A Dhid-sensor-hub.h234 struct hid_sensor_hub_attribute_info sensitivity_rel; member