Searched refs:old_time_sel (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/iio/test/ |
H A D | iio-test-gts.c | 238 int ret, old_gain, new_gain, old_time_sel, new_time_sel; in test_iio_gts_find_new_gain_sel_by_old_gain_time() local 245 old_time_sel = TEST_TSEL_200; in test_iio_gts_find_new_gain_sel_by_old_gain_time() 249 old_time_sel, new_time_sel, &new_gain); in test_iio_gts_find_new_gain_sel_by_old_gain_time() 258 old_time_sel = TEST_TSEL_50; in test_iio_gts_find_new_gain_sel_by_old_gain_time() 261 old_time_sel, new_time_sel, &new_gain); in test_iio_gts_find_new_gain_sel_by_old_gain_time() 269 old_time_sel = TEST_TSEL_400; in test_iio_gts_find_new_gain_sel_by_old_gain_time() 272 old_time_sel, new_time_sel, &new_gain); in test_iio_gts_find_new_gain_sel_by_old_gain_time() 281 old_time_sel = TEST_TSEL_200; in test_iio_gts_find_new_gain_sel_by_old_gain_time() 284 old_time_sel, new_time_sel, &new_gain); in test_iio_gts_find_new_gain_sel_by_old_gain_time() 289 old_time_sel = TEST_TSEL_50; in test_iio_gts_find_new_gain_sel_by_old_gain_time() [all …]
|
/linux/include/linux/iio/ |
H A D | iio-gts-helper.h | 197 int old_gain, int old_time_sel,
|
/linux/drivers/iio/ |
H A D | industrialio-gts-helper.c | 1038 int old_gain, int old_time_sel, in iio_gts_find_new_gain_sel_by_old_gain_time() argument 1047 itime_old = iio_gts_find_itime_by_sel(gts, old_time_sel); in iio_gts_find_new_gain_sel_by_old_gain_time()
|