Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dhid-sensor-hub.h32 s32 unit_expo; member
238 static inline int hid_sensor_convert_exponent(int unit_expo) in hid_sensor_convert_exponent() argument
240 if (unit_expo < 0x08) in hid_sensor_convert_exponent()
241 return unit_expo; in hid_sensor_convert_exponent()
242 else if (unit_expo <= 0x0f) in hid_sensor_convert_exponent()
243 return -(0x0f-unit_expo+1); in hid_sensor_convert_exponent()
/OK3568_Linux_fs/kernel/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c256 st->sensitivity.unit_expo, in hid_sensor_read_raw_hyst_value()
274 st->sensitivity.unit_expo, in hid_sensor_write_raw_hyst_value()
367 attr_info->unit_expo); in hid_sensor_format_scale()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-hid-sensor-time.c180 if (time_state->info[i].unit_expo) { in hid_time_parse_report()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-sensor-custom.c354 value = sensor_inst->fields[field_index].attribute.unit_expo; in show_value()
496 sensor_field->attribute.unit_expo = field->unit_exponent; in hid_sensor_custom_add_field()
H A Dhid-sensor-hub.c92 info->unit_expo = field->unit_exponent; in sensor_hub_fill_attr_info()
394 info->unit_expo = -1; in sensor_hub_input_get_attribute_info()
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dhid-sensor-prox.c105 prox_state->prox_attr.unit_expo); in prox_read_raw()