Home
last modified time | relevance | path

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

/linux-6.8/drivers/base/regmap/
Dregmap-kunit.c956 struct raw_test_types { struct
963 static void raw_to_desc(const struct raw_test_types *t, char *desc) in raw_to_desc() argument
968 static const struct raw_test_types raw_types_list[] = {
979 KUNIT_ARRAY_PARAM(raw_test_types, raw_types_list, raw_to_desc);
981 static const struct raw_test_types raw_cache_types_list[] = {
1001 struct raw_test_types *test_type, in gen_raw_regmap()
1066 struct raw_test_types *t = (struct raw_test_types *)test->param_value; in raw_read_defaults_single()
1091 struct raw_test_types *t = (struct raw_test_types *)test->param_value; in raw_read_defaults()
1130 struct raw_test_types *t = (struct raw_test_types *)test->param_value; in raw_write_read_single()
1156 struct raw_test_types *t = (struct raw_test_types *)test->param_value; in raw_write()
[all …]