Home
last modified time | relevance | path

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

/linux/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c122 exp = hid_sensor_convert_exponent(exp); in convert_from_vtf_format()
143 exp = hid_sensor_convert_exponent(exp); in convert_to_vtf_format()
419 exp = hid_sensor_convert_exponent( in hid_sensor_format_scale()
/linux/include/linux/
H A Dhid-sensor-hub.h241 static inline int hid_sensor_convert_exponent(int unit_expo) in hid_sensor_convert_exponent() function