Searched refs:iio_str_to_fixpoint (Results 1 – 8 of 8) sorted by relevance
/drivers/iio/common/hid-sensors/ |
D | hid-sensor-trigger.c | 31 ret = iio_str_to_fixpoint(buf, 100000, &integer, &fract); in _hid_sensor_set_report_latency()
|
/drivers/iio/proximity/ |
D | srf08.c | 300 ret = iio_str_to_fixpoint(buf, 100, &integer, &fract); in srf08_store_range_mm()
|
/drivers/iio/ |
D | industrialio-event.c | 334 ret = iio_str_to_fixpoint(buf, 100000, &val, &val2); in iio_ev_value_store()
|
D | industrialio-core.c | 892 int iio_str_to_fixpoint(const char *str, int fract_mult, in iio_str_to_fixpoint() function 897 EXPORT_SYMBOL_GPL(iio_str_to_fixpoint);
|
/drivers/iio/health/ |
D | afe4403.c | 169 ret = iio_str_to_fixpoint(buf, 100000, &integer, &fract); in afe440x_store_register()
|
D | afe4404.c | 200 ret = iio_str_to_fixpoint(buf, 100000, &integer, &fract); in afe440x_store_register()
|
/drivers/iio/common/cros_ec_sensors/ |
D | cros_ec_sensors_core.c | 128 ret = iio_str_to_fixpoint(buf, 100000, &integer, &fract); in cros_ec_sensor_set_report_latency()
|
/drivers/iio/adc/ |
D | ina2xx-adc.c | 602 ret = iio_str_to_fixpoint(buf, 100000, &val, &val_fract); in ina2xx_shunt_resistor_store()
|