Searched refs:iio_gts_total_gain_to_scale (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/iio/
H A Dindustrialio-gts-helper.c114 * iio_gts_total_gain_to_scale - convert gain to scale
126 int iio_gts_total_gain_to_scale(struct iio_gts *gts, int total_gain, function
137 EXPORT_SYMBOL_NS_GPL(iio_gts_total_gain_to_scale, IIO_GTS_HELPER);
184 ret = iio_gts_total_gain_to_scale(gts, gains[i][j],
242 ret = iio_gts_total_gain_to_scale(gts, all_gains[i],
/linux-master/drivers/iio/test/
H A Diio-test-gts.c357 ret = iio_gts_total_gain_to_scale(&gts, 1, &scale_int, &scale_nano);
362 ret = iio_gts_total_gain_to_scale(&gts, 1, &scale_int, &scale_nano);
367 ret = iio_gts_total_gain_to_scale(&gts, 4096 * 8, &scale_int,
398 ret = iio_gts_total_gain_to_scale(gts, gains[i],
434 ret = iio_gts_total_gain_to_scale(gts, gains[i],
/linux-master/include/linux/iio/
H A Diio-gts-helper.h186 int iio_gts_total_gain_to_scale(struct iio_gts *gts, int total_gain,

Completed in 342 milliseconds