Searched refs:__iio_format_value (Results 1 – 1 of 1) sorted by relevance
/drivers/iio/ |
D | industrialio-core.c | 634 static ssize_t __iio_format_value(char *buf, size_t offset, unsigned int type, in __iio_format_value() function 716 len = __iio_format_value(buf, 0, type, size, vals); in iio_format_value() 790 len += __iio_format_value(buf, len, type, stride, &vals[i]); in iio_format_list()
|