iio_format_value  587 drivers/iio/adc/ina2xx-adc.c 	return iio_format_value(buf, IIO_VAL_FRACTIONAL, 1, vals);
iio_format_value  152 drivers/iio/health/afe4403.c 	return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals);
iio_format_value  186 drivers/iio/health/afe4404.c 	return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals);
iio_format_value   35 drivers/iio/iio_core.h ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
iio_format_value  628 drivers/iio/industrialio-core.c EXPORT_SYMBOL_GPL(iio_format_value);
iio_format_value  652 drivers/iio/industrialio-core.c 	return iio_format_value(buf, ret, val_len, vals);
iio_format_value  312 drivers/iio/industrialio-event.c 	return iio_format_value(buf, ret, 2, val_arr);
iio_format_value  725 include/linux/iio/iio.h ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);