Searched refs:iio_find_closest_gain_low (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/iio/test/
H A Diio-test-gts.c319 ret = iio_find_closest_gain_low(&gts, 2, &in_range);
323 ret = iio_find_closest_gain_low(&gts, 1, &in_range);
327 ret = iio_find_closest_gain_low(&gts, 4095, &in_range);
331 ret = iio_find_closest_gain_low(&gts, 4097, &in_range);
343 ret = iio_find_closest_gain_low(&gts, 3, &in_range);
/linux-master/include/linux/iio/
H A Diio-gts-helper.h180 int iio_find_closest_gain_low(struct iio_gts *gts, int gain, bool *in_range);
/linux-master/drivers/iio/
H A Dindustrialio-gts-helper.c766 * iio_find_closest_gain_low - Find the closest lower matching gain
781 int iio_find_closest_gain_low(struct iio_gts *gts, int gain, bool *in_range) function
824 EXPORT_SYMBOL_NS_GPL(iio_find_closest_gain_low, IIO_GTS_HELPER);
/linux-master/drivers/iio/light/
H A Drohm-bu27034.c531 ret = iio_find_closest_gain_low(&data->gts,
H A Drohm-bu27008.c935 ret = iio_find_closest_gain_low(&data->gts, new_gain, &ok);

Completed in 227 milliseconds