Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/regmap/
H A Dregmap-kunit.c895 struct raw_test_types { struct
902 static void raw_to_desc(const struct raw_test_types *t, char *desc) in raw_to_desc() argument
907 static const struct raw_test_types raw_types_list[] = {
918 KUNIT_ARRAY_PARAM(raw_test_types, raw_types_list, raw_to_desc);
920 static const struct raw_test_types raw_cache_types_list[] = {
940 struct raw_test_types *test_type, in gen_raw_regmap()
1005 struct raw_test_types *t = (struct raw_test_types *)test->param_value; in raw_read_defaults_single()
1030 struct raw_test_types *t = (struct raw_test_types *)test->param_value; in raw_read_defaults()
1069 struct raw_test_types *t = (struct raw_test_types *)test->param_value; in raw_write_read_single()
1095 struct raw_test_types *t = (struct raw_test_types *)test->param_value; in raw_write()
[all …]