Home
last modified time | relevance | path

Searched refs:unit_expo (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dhid-sensor-hub.h32 s32 unit_expo; member
241 static inline int hid_sensor_convert_exponent(int unit_expo) in hid_sensor_convert_exponent() argument
243 if (unit_expo < 0x08) in hid_sensor_convert_exponent()
244 return unit_expo; in hid_sensor_convert_exponent()
245 else if (unit_expo <= 0x0f) in hid_sensor_convert_exponent()
246 return -(0x0f-unit_expo+1); in hid_sensor_convert_exponent()
/linux/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c255 st->sensitivity.unit_expo, in hid_sensor_read_raw_hyst_value()
279 st->sensitivity_rel.unit_expo, val1, val2); in hid_sensor_read_raw_hyst_rel_value()
296 st->sensitivity.unit_expo, in hid_sensor_write_raw_hyst_value()
327 st->sensitivity_rel.unit_expo, in hid_sensor_write_raw_hyst_rel_value()
420 attr_info->unit_expo); in hid_sensor_format_scale()
/linux/drivers/rtc/
H A Drtc-hid-sensor-time.c180 if (time_state->info[i].unit_expo) { in hid_time_parse_report()
/linux/drivers/hid/
H A Dhid-sensor-custom.c358 value = sensor_inst->fields[field_index].attribute.unit_expo; in show_value()
500 sensor_field->attribute.unit_expo = field->unit_exponent; in hid_sensor_custom_add_field()