Lines Matching refs:iio_format_value
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()
71 ret = iio_format_value(buf, IIO_VAL_INT_PLUS_NANO, 2, values); in iio_test_iio_format_value_fixedpoint()
78 ret = iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, values); in iio_test_iio_format_value_fixedpoint()
81 ret = iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO_DB, 2, values); in iio_test_iio_format_value_fixedpoint()
84 ret = iio_format_value(buf, IIO_VAL_INT_PLUS_NANO, 2, values); in iio_test_iio_format_value_fixedpoint()
90 ret = iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, values); in iio_test_iio_format_value_fixedpoint()
93 ret = iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO_DB, 2, values); in iio_test_iio_format_value_fixedpoint()
96 ret = iio_format_value(buf, IIO_VAL_INT_PLUS_NANO, 2, values); in iio_test_iio_format_value_fixedpoint()
109 ret = iio_format_value(buf, IIO_VAL_FRACTIONAL, 2, values); in iio_test_iio_format_value_fractional()
115 ret = iio_format_value(buf, IIO_VAL_FRACTIONAL, 2, values); in iio_test_iio_format_value_fractional()
121 ret = iio_format_value(buf, IIO_VAL_FRACTIONAL, 2, values); in iio_test_iio_format_value_fractional()
127 ret = iio_format_value(buf, IIO_VAL_FRACTIONAL, 2, values); in iio_test_iio_format_value_fractional()
133 ret = iio_format_value(buf, IIO_VAL_FRACTIONAL, 2, values); in iio_test_iio_format_value_fractional()
146 ret = iio_format_value(buf, IIO_VAL_FRACTIONAL_LOG2, 2, values); in iio_test_iio_format_value_fractional_log2()
152 ret = iio_format_value(buf, IIO_VAL_FRACTIONAL_LOG2, 2, values); in iio_test_iio_format_value_fractional_log2()
158 ret = iio_format_value(buf, IIO_VAL_FRACTIONAL_LOG2, 2, values); in iio_test_iio_format_value_fractional_log2()
164 ret = iio_format_value(buf, IIO_VAL_FRACTIONAL_LOG2, 2, values); in iio_test_iio_format_value_fractional_log2()
170 ret = iio_format_value(buf, IIO_VAL_FRACTIONAL_LOG2, 2, values); in iio_test_iio_format_value_fractional_log2()
180 ret = iio_format_value(buf, IIO_VAL_INT_MULTIPLE, in iio_test_iio_format_value_multiple()