Home
last modified time | relevance | path

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

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