Home
last modified time | relevance | path

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

/linux/drivers/iio/test/
H A Diio-test-gts.c353 int ret, scale_int, scale_nano; in test_iio_gts_total_gain_to_scale() local
359 ret = iio_gts_total_gain_to_scale(&gts, 1, &scale_int, &scale_nano); in test_iio_gts_total_gain_to_scale()
362 KUNIT_EXPECT_EQ(test, 0, scale_nano); in test_iio_gts_total_gain_to_scale()
364 ret = iio_gts_total_gain_to_scale(&gts, 1, &scale_int, &scale_nano); in test_iio_gts_total_gain_to_scale()
367 KUNIT_EXPECT_EQ(test, 0, scale_nano); in test_iio_gts_total_gain_to_scale()
370 &scale_nano); in test_iio_gts_total_gain_to_scale()
373 KUNIT_EXPECT_EQ(test, TEST_SCALE_NANO_4096X8, scale_nano); in test_iio_gts_total_gain_to_scale()