Searched refs:iio_format_value (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/iio/
H A Diio_core.h38 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
H A Dindustrialio-core.c412 * 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 Dindustrialio-event.c294 return iio_format_value(buf, ret, 2, val_arr); iio_ev_value_show()

Completed in 121 milliseconds