Searched refs:iio_format_value (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/iio/ |
D | iio_core.h | 38 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
|
D | industrialio-core.c | 640 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals) in iio_format_value() function 650 EXPORT_SYMBOL_GPL(iio_format_value); 674 return iio_format_value(buf, ret, val_len, vals); in iio_read_channel_info()
|
D | industrialio-event.c | 315 return iio_format_value(buf, ret, 2, val_arr); in iio_ev_value_show()
|
/Linux-v4.19/include/linux/iio/ |
D | iio.h | 728 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
|
/Linux-v4.19/drivers/iio/health/ |
D | afe4403.c | 160 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
|
D | afe4404.c | 194 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
|
/Linux-v4.19/drivers/iio/adc/ |
D | ina2xx-adc.c | 585 return iio_format_value(buf, IIO_VAL_FRACTIONAL, 1, vals); in ina2xx_shunt_resistor_show()
|