Home
last modified time | relevance | path

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

/linux-6.15/lib/tests/
H A Dutil_macros_kunit.c24 static const unsigned int ad7616_oversampling_avail[] = { in test_find_closest() local
48 FIND_CLOSEST_RANGE_CHECK(-3, 1, ad7616_oversampling_avail, 0); in test_find_closest()
49 FIND_CLOSEST_RANGE_CHECK(2, 3, ad7616_oversampling_avail, 1); in test_find_closest()
50 FIND_CLOSEST_RANGE_CHECK(4, 6, ad7616_oversampling_avail, 2); in test_find_closest()
51 FIND_CLOSEST_RANGE_CHECK(7, 12, ad7616_oversampling_avail, 3); in test_find_closest()
52 FIND_CLOSEST_RANGE_CHECK(13, 24, ad7616_oversampling_avail, 4); in test_find_closest()
53 FIND_CLOSEST_RANGE_CHECK(25, 48, ad7616_oversampling_avail, 5); in test_find_closest()
54 FIND_CLOSEST_RANGE_CHECK(49, 96, ad7616_oversampling_avail, 6); in test_find_closest()
55 FIND_CLOSEST_RANGE_CHECK(97, 256, ad7616_oversampling_avail, 7); in test_find_closest()
132 static const unsigned int ad7616_oversampling_avail[] = { in test_find_closest_descending() local
[all …]
/linux-6.15/drivers/iio/adc/
H A Dad7606.c93 static const unsigned int ad7616_oversampling_avail[8] = { variable
316 .oversampling_avail = ad7616_oversampling_avail,
317 .oversampling_num = ARRAY_SIZE(ad7616_oversampling_avail),