Home
last modified time | relevance | path

Searched refs:stop_val (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iio/adc/
H A Dad7606.c856 int start_val, step_val, stop_val; in ad7606_set_calib_offset() local
861 stop_val = st->chip_info->calib_offset_avail[2]; in ad7606_set_calib_offset()
863 if (val < start_val || val > stop_val) in ad7606_set_calib_offset()