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