Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/common/hid-sensors/
H A 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()
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()
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()
531 &st->sensitivity_rel); in hid_sensor_parse_common_attributes()
544 if (st->sensitivity_rel.index < 0) in hid_sensor_parse_common_attributes()
[all …]
/openbmc/linux/include/linux/
H A Dhid-sensor-hub.h234 struct hid_sensor_hub_attribute_info sensitivity_rel; member