Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/test/
H A Diio-test-format.c25 ret = iio_format_value(buf, IIO_VAL_INT, 1, &val); in iio_test_iio_format_value_integer()
29 ret = iio_format_value(buf, IIO_VAL_INT, 1, &val); in iio_test_iio_format_value_integer()
33 ret = iio_format_value(buf, IIO_VAL_INT, 1, &val); in iio_test_iio_format_value_integer()
37 ret = iio_format_value(buf, IIO_VAL_INT, 1, &val); in iio_test_iio_format_value_integer()
41 ret = iio_format_value(buf, IIO_VAL_INT, 1, &val); in iio_test_iio_format_value_integer()
195 ret = iio_format_value(buf, IIO_VAL_INT_MULTIPLE, in iio_test_iio_format_value_multiple()
213 ret = iio_format_value(buf, IIO_VAL_INT_64, ARRAY_SIZE(values), values); in iio_test_iio_format_value_integer_64()
219 ret = iio_format_value(buf, IIO_VAL_INT_64, ARRAY_SIZE(values), values); in iio_test_iio_format_value_integer_64()
225 ret = iio_format_value(buf, IIO_VAL_INT_64, ARRAY_SIZE(values), values); in iio_test_iio_format_value_integer_64()
231 ret = iio_format_value(buf, IIO_VAL_INT_64, ARRAY_SIZE(values), values); in iio_test_iio_format_value_integer_64()
[all …]
H A Diio-test-rescale.c664 ret = iio_format_value(buff, ret, 2, values); in iio_rescale_test_scale()
694 ret = iio_format_value(buff_off, ret, 2, values); in iio_rescale_test_offset()
/openbmc/linux/drivers/iio/
H A Diio_core.h59 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
H A Dindustrialio-core.c712 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals) in iio_format_value() function
722 EXPORT_SYMBOL_GPL(iio_format_value);
762 return iio_format_value(buf, ret, val_len, vals); in iio_read_channel_info()
H A Dindustrialio-event.c329 return iio_format_value(buf, ret, 2, val_arr); in iio_ev_value_show()
/openbmc/linux/drivers/iio/trigger/
H A Diio-trig-hrtimer.c44 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, in iio_hrtimer_show_sampling_frequency()
/openbmc/linux/drivers/iio/potentiometer/
H A Dad5110.c165 return iio_format_value(buf, IIO_VAL_INT, 1, &val); in store_eeprom_show()
/openbmc/linux/include/linux/iio/
H A Diio.h759 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
/openbmc/linux/drivers/iio/health/
H A Dafe4403.c157 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
H A Dafe4404.c188 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
/openbmc/linux/drivers/iio/adc/
H A Drtq6056.c402 return iio_format_value(buf, IIO_VAL_FRACTIONAL, 1, vals); in shunt_resistor_show()
H A Dina2xx-adc.c595 return iio_format_value(buf, IIO_VAL_FRACTIONAL, 1, vals); in ina2xx_shunt_resistor_show()
/openbmc/linux/drivers/iio/accel/
H A Dbma400_core.c285 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in in_accel_gesture_tap_maxtomin_time_show()