Searched refs:iio_format_value (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/iio/ |
D | iio_core.h | 35 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
|
D | industrialio-core.c | 618 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()
|
D | industrialio-event.c | 312 return iio_format_value(buf, ret, 2, val_arr); in iio_ev_value_show()
|
/Linux-v5.4/include/linux/iio/ |
D | iio.h | 725 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
|
/Linux-v5.4/drivers/iio/health/ |
D | afe4403.c | 152 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
|
D | afe4404.c | 186 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
|
/Linux-v5.4/drivers/iio/adc/ |
D | ina2xx-adc.c | 587 return iio_format_value(buf, IIO_VAL_FRACTIONAL, 1, vals); in ina2xx_shunt_resistor_show()
|