Searched refs:iio_str_to_fixpoint (Results 1 – 4 of 4) sorted by relevance
/drivers/iio/ |
D | industrialio-core.c | 421 int iio_str_to_fixpoint(const char *str, int fract_mult, in iio_str_to_fixpoint() function 467 EXPORT_SYMBOL_GPL(iio_str_to_fixpoint); 496 ret = iio_str_to_fixpoint(buf, fract_mult, &integer, &fract); in iio_write_channel_info()
|
/drivers/staging/iio/light/ |
D | tsl2x7x_core.c | 988 ret = iio_str_to_fixpoint(buf, 100, &result.integer, &result.fract); in tsl2x7x_als_time_store() 1060 ret = iio_str_to_fixpoint(buf, 100, &result.integer, &result.fract); in tsl2x7x_als_persistence_store() 1106 ret = iio_str_to_fixpoint(buf, 100, &result.integer, &result.fract); in tsl2x7x_prox_persistence_store()
|
/drivers/iio/imu/ |
D | adis16480.c | 315 ret = iio_str_to_fixpoint(buf, 100, &freq_int, &freq_fract); in adis16480_write_frequency()
|
D | adis16400_core.c | 271 ret = iio_str_to_fixpoint(buf, 100, &i, &f); in adis16400_write_frequency()
|