Searched refs:iio_format_value (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/drivers/iio/test/ |
D | iio-test-format.c | 22 ret = iio_format_value(buf, IIO_VAL_INT, 1, &val); in iio_test_iio_format_value_integer() 26 ret = iio_format_value(buf, IIO_VAL_INT, 1, &val); in iio_test_iio_format_value_integer() 30 ret = iio_format_value(buf, IIO_VAL_INT, 1, &val); in iio_test_iio_format_value_integer() 34 ret = iio_format_value(buf, IIO_VAL_INT, 1, &val); in iio_test_iio_format_value_integer() 38 ret = iio_format_value(buf, IIO_VAL_INT, 1, &val); in iio_test_iio_format_value_integer() 52 ret = iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, values); in iio_test_iio_format_value_fixedpoint() 55 ret = iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO_DB, 2, values); in iio_test_iio_format_value_fixedpoint() 58 ret = iio_format_value(buf, IIO_VAL_INT_PLUS_NANO, 2, values); in iio_test_iio_format_value_fixedpoint() 65 ret = iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, values); in iio_test_iio_format_value_fixedpoint() 68 ret = iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO_DB, 2, values); in iio_test_iio_format_value_fixedpoint() [all …]
|
/Linux-v5.15/drivers/iio/ |
D | iio_core.h | 59 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
|
D | industrialio-core.c | 724 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals) in iio_format_value() function 734 EXPORT_SYMBOL_GPL(iio_format_value); 774 return iio_format_value(buf, ret, val_len, vals); in iio_read_channel_info()
|
D | industrialio-event.c | 321 return iio_format_value(buf, ret, 2, val_arr); in iio_ev_value_show()
|
/Linux-v5.15/drivers/iio/trigger/ |
D | iio-trig-hrtimer.c | 44 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, in iio_hrtimer_show_sampling_frequency()
|
/Linux-v5.15/drivers/iio/potentiometer/ |
D | ad5110.c | 165 return iio_format_value(buf, IIO_VAL_INT, 1, &val); in store_eeprom_show()
|
/Linux-v5.15/include/linux/iio/ |
D | iio.h | 698 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
|
/Linux-v5.15/drivers/iio/health/ |
D | afe4403.c | 157 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
|
D | afe4404.c | 188 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
|
/Linux-v5.15/drivers/iio/adc/ |
D | ina2xx-adc.c | 592 return iio_format_value(buf, IIO_VAL_FRACTIONAL, 1, vals); in ina2xx_shunt_resistor_show()
|