Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/
Diio_core.h35 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
Dindustrialio-core.c618 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals) in iio_format_value() function
628 EXPORT_SYMBOL_GPL(iio_format_value);
652 return iio_format_value(buf, ret, val_len, vals); in iio_read_channel_info()
Dindustrialio-event.c312 return iio_format_value(buf, ret, 2, val_arr); in iio_ev_value_show()
/Linux-v5.4/include/linux/iio/
Diio.h725 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
/Linux-v5.4/drivers/iio/health/
Dafe4403.c152 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
Dafe4404.c186 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
/Linux-v5.4/drivers/iio/adc/
Dina2xx-adc.c587 return iio_format_value(buf, IIO_VAL_FRACTIONAL, 1, vals); in ina2xx_shunt_resistor_show()