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