Searched refs:iio_format_value (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/iio/ |
H A D | iio_core.h | 38 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
|
H A D | industrialio-core.c | 412 * iio_format_value() - Formats a IIO value into its string representation 424 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals) iio_format_value() function 496 return iio_format_value(buf, ret, val_len, vals); iio_read_channel_info()
|
H A D | industrialio-event.c | 294 return iio_format_value(buf, ret, 2, val_arr); iio_ev_value_show()
|
Completed in 121 milliseconds