Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iio/test/
Diio-test-format.c22 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/
Diio_core.h59 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
Dindustrialio-core.c724 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()
Dindustrialio-event.c321 return iio_format_value(buf, ret, 2, val_arr); in iio_ev_value_show()
/Linux-v5.15/drivers/iio/trigger/
Diio-trig-hrtimer.c44 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, in iio_hrtimer_show_sampling_frequency()
/Linux-v5.15/drivers/iio/potentiometer/
Dad5110.c165 return iio_format_value(buf, IIO_VAL_INT, 1, &val); in store_eeprom_show()
/Linux-v5.15/include/linux/iio/
Diio.h698 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
/Linux-v5.15/drivers/iio/health/
Dafe4403.c157 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
Dafe4404.c188 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
/Linux-v5.15/drivers/iio/adc/
Dina2xx-adc.c592 return iio_format_value(buf, IIO_VAL_FRACTIONAL, 1, vals); in ina2xx_shunt_resistor_show()