Home
last modified time | relevance | path

Searched refs:iio_format_value (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iio/
H A Diio_core.h35 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
H A Dindustrialio-core.c670 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals) in iio_format_value() function
680 EXPORT_SYMBOL_GPL(iio_format_value);
704 return iio_format_value(buf, ret, val_len, vals); in iio_read_channel_info()
H A Dindustrialio-event.c325 return iio_format_value(buf, ret, 2, val_arr); in iio_ev_value_show()
/OK3568_Linux_fs/kernel/include/linux/iio/
H A Diio.h721 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
/OK3568_Linux_fs/kernel/drivers/iio/health/
H A Dafe4403.c157 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
H A Dafe4404.c188 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dina2xx-adc.c592 return iio_format_value(buf, IIO_VAL_FRACTIONAL, 1, vals); in ina2xx_shunt_resistor_show()