Home
last modified time | relevance | path

Searched refs:IIO_VAL_INT_64 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/iio/test/
H A Diio-test-format.c213 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()
237 ret = iio_format_value(buf, IIO_VAL_INT_64, ARRAY_SIZE(values), values); in iio_test_iio_format_value_integer_64()
243 ret = iio_format_value(buf, IIO_VAL_INT_64, ARRAY_SIZE(values), values); in iio_test_iio_format_value_integer_64()
249 ret = iio_format_value(buf, IIO_VAL_INT_64, ARRAY_SIZE(values), values); in iio_test_iio_format_value_integer_64()
/openbmc/linux/include/linux/iio/
H A Dtypes.h31 #define IIO_VAL_INT_64 6 /* 64-bit data, val is lower 32 bits */ macro
/openbmc/linux/drivers/iio/filter/
H A Dadmv8818.c371 return IIO_VAL_INT_64; in admv8818_read_raw()
380 return IIO_VAL_INT_64; in admv8818_read_raw()
/openbmc/linux/drivers/iio/common/scmi_sensors/
H A Dscmi_iio.c329 return IIO_VAL_INT_64; in scmi_iio_read_channel_data()
/openbmc/linux/drivers/iio/
H A Dindustrialio-core.c690 case IIO_VAL_INT_64: in __iio_format_value()