Home
last modified time | relevance | path

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

/linux/drivers/iio/test/
H A Diio-test-gts.c238 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
246 new_time_sel = TEST_TSEL_400; 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()
259 new_time_sel = TEST_TSEL_200; 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()
270 new_time_sel = TEST_TSEL_50; 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()
282 new_time_sel = TEST_TSEL_400; 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()
290 new_time_sel = TEST_TSEL_400; in test_iio_gts_find_new_gain_sel_by_old_gain_time()
[all …]
/linux/drivers/iio/light/
H A Drohm-bu27034.c500 int new_time_sel; in bu27034_set_scale() local
521 new_time_sel = data->gts.itime_table[i].sel; in bu27034_set_scale()
523 if (new_time_sel == time_sel) in bu27034_set_scale()
528 &data->gts, new_time_sel, val, val2, in bu27034_set_scale()
536 new_time_sel, &gain.new_gain); in bu27034_set_scale()
554 BU27034_MASK_MEAS_MODE, new_time_sel); in bu27034_set_scale()
/linux/include/linux/iio/
H A Diio-gts-helper.h198 int new_time_sel, int *new_gain);
/linux/drivers/iio/
H A Dindustrialio-gts-helper.c1039 int new_time_sel, int *new_gain) in iio_gts_find_new_gain_sel_by_old_gain_time() argument
1051 itime_new = iio_gts_find_itime_by_sel(gts, new_time_sel); in iio_gts_find_new_gain_sel_by_old_gain_time()