iio_str_to_fixpoint  597 drivers/iio/adc/ina2xx-adc.c 	ret = iio_str_to_fixpoint(buf, 100000, &val, &val_fract);
iio_str_to_fixpoint   29 drivers/iio/common/hid-sensors/hid-sensor-trigger.c 	ret = iio_str_to_fixpoint(buf, 100000, &integer, &fract);
iio_str_to_fixpoint  164 drivers/iio/health/afe4403.c 	ret = iio_str_to_fixpoint(buf, 100000, &integer, &fract);
iio_str_to_fixpoint  198 drivers/iio/health/afe4404.c 	ret = iio_str_to_fixpoint(buf, 100000, &integer, &fract);
iio_str_to_fixpoint  830 drivers/iio/industrialio-core.c EXPORT_SYMBOL_GPL(iio_str_to_fixpoint);
iio_str_to_fixpoint  862 drivers/iio/industrialio-core.c 	ret = iio_str_to_fixpoint(buf, fract_mult, &integer, &fract);
iio_str_to_fixpoint  328 drivers/iio/industrialio-event.c 	ret = iio_str_to_fixpoint(buf, 100000, &val, &val2);
iio_str_to_fixpoint  300 drivers/iio/proximity/srf08.c 	ret = iio_str_to_fixpoint(buf, 100, &integer, &fract);
iio_str_to_fixpoint  727 include/linux/iio/iio.h int iio_str_to_fixpoint(const char *str, int fract_mult, int *integer,