Searched refs:iio_str_to_fixpoint (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/iio/
H A Dindustrialio-core.c500 * iio_str_to_fixpoint() - Parse a fixed-point number from a string
509 int iio_str_to_fixpoint(const char *str, int fract_mult, iio_str_to_fixpoint() function
555 EXPORT_SYMBOL_GPL(iio_str_to_fixpoint); variable
584 ret = iio_str_to_fixpoint(buf, fract_mult, &integer, &fract); iio_write_channel_info()
H A Dindustrialio-event.c310 ret = iio_str_to_fixpoint(buf, 100000, &val, &val2); iio_ev_value_store()
/linux-4.4.14/drivers/staging/iio/light/
H A Dtsl2x7x_core.c980 ret = iio_str_to_fixpoint(buf, 100, &result.integer, &result.fract); tsl2x7x_als_time_store()
1052 ret = iio_str_to_fixpoint(buf, 100, &result.integer, &result.fract); tsl2x7x_als_persistence_store()
1098 ret = iio_str_to_fixpoint(buf, 100, &result.integer, &result.fract); tsl2x7x_prox_persistence_store()
/linux-4.4.14/include/linux/iio/
H A Diio.h639 int iio_str_to_fixpoint(const char *str, int fract_mult, int *integer,

Completed in 134 milliseconds