Searched refs:iio_format_value (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/iio/test/ |
| A D | iio-test-format.c | 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() 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() [all …]
|
| /linux/drivers/iio/ |
| A D | iio_core.h | 59 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
|
| A D | industrialio-core.c | 724 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()
|
| A D | industrialio-event.c | 321 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/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 | 698 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
|
| /linux/drivers/iio/health/ |
| A D | afe4403.c | 157 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
|
| A D | afe4404.c | 188 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in afe440x_show_register()
|
| /linux/drivers/iio/adc/ |
| A D | ina2xx-adc.c | 592 return iio_format_value(buf, IIO_VAL_FRACTIONAL, 1, vals); in ina2xx_shunt_resistor_show()
|
| /linux/ |
| A D | vmlinux.symvers | 1970 0x00000000 iio_format_value vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 48525 ffff800010d017e4 T iio_format_value
|
| A D | .tmp_System.map | 48525 ffff800010d017e4 T iio_format_value
|
Completed in 342 milliseconds