Searched refs:__iio_format_value (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/iio/ |
| H A D | industrialio-core.c | 602 static ssize_t __iio_format_value(char *buf, size_t len, unsigned int type, in __iio_format_value() function 674 len = __iio_format_value(buf, PAGE_SIZE, type, size, vals); in iio_format_value() 716 len += __iio_format_value(buf + len, PAGE_SIZE - len, in iio_format_avail_list() 732 len += __iio_format_value(buf + len, PAGE_SIZE - len, in iio_format_avail_list() 759 len += __iio_format_value(buf + len, PAGE_SIZE - len, in iio_format_avail_range() 775 len += __iio_format_value(buf + len, PAGE_SIZE - len, in iio_format_avail_range()
|