Searched refs:iio_str_to_fixpoint (Results 1 – 3 of 3) sorted by relevance
/drivers/iio/ |
D | industrialio-core.c | 509 int iio_str_to_fixpoint(const char *str, int fract_mult, in iio_str_to_fixpoint() function 555 EXPORT_SYMBOL_GPL(iio_str_to_fixpoint); 584 ret = iio_str_to_fixpoint(buf, fract_mult, &integer, &fract); in iio_write_channel_info()
|
D | industrialio-event.c | 310 ret = iio_str_to_fixpoint(buf, 100000, &val, &val2); in iio_ev_value_store()
|
/drivers/staging/iio/light/ |
D | tsl2x7x_core.c | 980 ret = iio_str_to_fixpoint(buf, 100, &result.integer, &result.fract); in tsl2x7x_als_time_store() 1052 ret = iio_str_to_fixpoint(buf, 100, &result.integer, &result.fract); in tsl2x7x_als_persistence_store() 1098 ret = iio_str_to_fixpoint(buf, 100, &result.integer, &result.fract); in tsl2x7x_prox_persistence_store()
|