Home
last modified time | relevance | path

Searched refs:iio_str_to_fixpoint (Results 1 – 14 of 14) sorted by relevance

/linux-6.6.21/drivers/iio/trigger/
Diio-trig-hrtimer.c60 ret = iio_str_to_fixpoint(buf, 100, &integer, &fract); in iio_hrtimer_store_sampling_frequency()
/linux-6.6.21/drivers/iio/common/hid-sensors/
Dhid-sensor-trigger.c28 ret = iio_str_to_fixpoint(buf, 100000, &integer, &fract); in _hid_sensor_set_report_latency()
/linux-6.6.21/include/linux/iio/
Diio.h761 int iio_str_to_fixpoint(const char *str, int fract_mult, int *integer,
/linux-6.6.21/drivers/iio/proximity/
Dsrf08.c300 ret = iio_str_to_fixpoint(buf, 100, &integer, &fract); in srf08_store_range_mm()
/linux-6.6.21/drivers/iio/test/
Diio-test-rescale.c602 ret = iio_str_to_fixpoint(str, 100000000, &tmp, &tmp2); in iio_str_to_nano()
/linux-6.6.21/drivers/iio/health/
Dafe4403.c169 ret = iio_str_to_fixpoint(buf, 100000, &integer, &fract); in afe440x_store_register()
Dafe4404.c200 ret = iio_str_to_fixpoint(buf, 100000, &integer, &fract); in afe440x_store_register()
/linux-6.6.21/drivers/iio/adc/
Drtq6056.c417 ret = iio_str_to_fixpoint(buf, 100000, &val, &val_fract); in shunt_resistor_store()
Dina2xx-adc.c605 ret = iio_str_to_fixpoint(buf, 100000, &val, &val_fract); in ina2xx_shunt_resistor_store()
Dad7280a.c543 ret = iio_str_to_fixpoint(buf, 1000, &val, &val2); in ad7280_store_balance_timer()
/linux-6.6.21/drivers/iio/
Dindustrialio-event.c345 ret = iio_str_to_fixpoint(buf, 100000, &val, &val2); in iio_ev_value_store()
Dindustrialio-core.c936 int iio_str_to_fixpoint(const char *str, int fract_mult, in iio_str_to_fixpoint() function
941 EXPORT_SYMBOL_GPL(iio_str_to_fixpoint);
/linux-6.6.21/drivers/iio/common/cros_ec_sensors/
Dcros_ec_sensors_core.c123 ret = iio_str_to_fixpoint(buf, 100000, &integer, &fract); in cros_ec_sensor_set_report_latency()
/linux-6.6.21/drivers/iio/accel/
Dbma400_core.c296 ret = iio_str_to_fixpoint(buf, 100000, &val_int, &val_fract); in in_accel_gesture_tap_maxtomin_time_store()