| /linux/drivers/iio/test/ |
| A D | iio-test-format.c | 25 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 …]
|
| A D | iio-test-rescale.c | 664 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()
|
| /linux/drivers/iio/ |
| A D | iio_core.h | 60 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
|
| A D | industrialio-core.c | 717 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals) in iio_format_value() function 727 EXPORT_SYMBOL_GPL(iio_format_value); 774 return iio_format_value(buf, ret, val_len, vals); in iio_read_channel_info()
|
| A D | industrialio-event.c | 338 return iio_format_value(buf, ret, 2, val_arr); in iio_ev_value_show()
|
| /linux/drivers/iio/trigger/ |
| A D | iio-trig-hrtimer.c | 44 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, in iio_hrtimer_show_sampling_frequency()
|
| /linux/drivers/iio/dac/ |
| A D | adi-axi-dac.c | 218 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, ARRAY_SIZE(vals), in axi_dac_scale_get() 244 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, ARRAY_SIZE(vals), in axi_dac_phase_get()
|
| /linux/drivers/iio/potentiometer/ |
| A D | ad5110.c | 165 return iio_format_value(buf, IIO_VAL_INT, 1, &val); in store_eeprom_show()
|
| /linux/include/linux/iio/ |
| A D | iio.h | 895 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
|
| /linux/drivers/iio/health/ |
| A D | afe4404.c | 188 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
|
| A D | afe4403.c | 157 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
|
| /linux/drivers/iio/adc/ |
| A D | rtq6056.c | 582 return iio_format_value(buf, IIO_VAL_FRACTIONAL, 1, vals); in shunt_resistor_show()
|
| A D | ina2xx-adc.c | 595 return iio_format_value(buf, IIO_VAL_FRACTIONAL, 1, vals); in ina2xx_shunt_resistor_show()
|
| A D | pac1921.c | 776 return iio_format_value(buf, IIO_VAL_FRACTIONAL, 1, vals); in pac1921_read_shunt_resistor()
|
| /linux/drivers/iio/imu/bmi323/ |
| A D | bmi323_core.c | 667 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, ARRAY_SIZE(val), in in_accel_gesture_tap_wait_dur_show() 721 return iio_format_value(buf, IIO_VAL_INT, 1, &raw); in in_accel_gesture_tap_wait_timeout_show()
|
| /linux/drivers/iio/accel/ |
| A D | bma400_core.c | 286 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in in_accel_gesture_tap_maxtomin_time_show()
|
| A D | adxl380.c | 1561 return iio_format_value(buf, IIO_VAL_FRACTIONAL, 2, vals); in in_accel_gesture_tap_maxtomin_time_show()
|