Searched refs:iio_str_to_fixpoint (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/drivers/iio/common/hid-sensors/ |
D | hid-sensor-trigger.c | 29 ret = iio_str_to_fixpoint(buf, 100000, &integer, &fract); in _hid_sensor_set_report_latency()
|
/Linux-v5.4/include/linux/iio/ |
D | iio.h | 727 int iio_str_to_fixpoint(const char *str, int fract_mult, int *integer,
|
/Linux-v5.4/drivers/iio/ |
D | industrialio-core.c | 778 int iio_str_to_fixpoint(const char *str, int fract_mult, in iio_str_to_fixpoint() function 830 EXPORT_SYMBOL_GPL(iio_str_to_fixpoint); 862 ret = iio_str_to_fixpoint(buf, fract_mult, &integer, &fract); in iio_write_channel_info()
|
D | industrialio-event.c | 328 ret = iio_str_to_fixpoint(buf, 100000, &val, &val2); in iio_ev_value_store()
|
/Linux-v5.4/drivers/iio/proximity/ |
D | srf08.c | 300 ret = iio_str_to_fixpoint(buf, 100, &integer, &fract); in srf08_store_range_mm()
|
/Linux-v5.4/drivers/iio/health/ |
D | afe4403.c | 164 ret = iio_str_to_fixpoint(buf, 100000, &integer, &fract); in afe440x_store_register()
|
D | afe4404.c | 198 ret = iio_str_to_fixpoint(buf, 100000, &integer, &fract); in afe440x_store_register()
|
/Linux-v5.4/drivers/iio/adc/ |
D | ina2xx-adc.c | 597 ret = iio_str_to_fixpoint(buf, 100000, &val, &val_fract); in ina2xx_shunt_resistor_store()
|