Lines Matching +defs:test +defs:config
69 static struct regmap *gen_regmap(struct regmap_config *config, in gen_regmap()
120 static void basic_read_write(struct kunit *test) in basic_read_write()
124 struct regmap_config config; in basic_read_write() local
149 static void bulk_write(struct kunit *test) in bulk_write()
153 struct regmap_config config; in bulk_write() local
186 static void bulk_read(struct kunit *test) in bulk_read()
190 struct regmap_config config; in bulk_read() local
219 static void write_readonly(struct kunit *test) in write_readonly()
223 struct regmap_config config; in write_readonly() local
254 static void read_writeonly(struct kunit *test) in read_writeonly()
258 struct regmap_config config; in read_writeonly() local
294 static void reg_defaults(struct kunit *test) in reg_defaults()
298 struct regmap_config config; in reg_defaults() local
322 static void reg_defaults_read_dev(struct kunit *test) in reg_defaults_read_dev()
326 struct regmap_config config; in reg_defaults_read_dev() local
356 static void register_patch(struct kunit *test) in register_patch()
360 struct regmap_config config; in register_patch() local
408 static void stride(struct kunit *test) in stride()
412 struct regmap_config config; in stride() local
474 static void basic_ranges(struct kunit *test) in basic_ranges()
478 struct regmap_config config; in basic_ranges() local
546 static void stress_insert(struct kunit *test) in stress_insert()
550 struct regmap_config config; in stress_insert() local
600 static void cache_bypass(struct kunit *test) in cache_bypass()
604 struct regmap_config config; in cache_bypass() local
638 static void cache_sync(struct kunit *test) in cache_sync()
642 struct regmap_config config; in cache_sync() local
676 static void cache_sync_defaults(struct kunit *test) in cache_sync_defaults()
680 struct regmap_config config; in cache_sync_defaults() local
712 static void cache_sync_readonly(struct kunit *test) in cache_sync_readonly()
716 struct regmap_config config; in cache_sync_readonly() local
753 static void cache_sync_patch(struct kunit *test) in cache_sync_patch()
757 struct regmap_config config; in cache_sync_patch() local
814 static void cache_drop(struct kunit *test) in cache_drop()
818 struct regmap_config config; in cache_drop() local
856 static void cache_present(struct kunit *test) in cache_present()
860 struct regmap_config config; in cache_present() local
939 static struct regmap *gen_raw_regmap(struct regmap_config *config, in gen_raw_regmap()
1003 static void raw_read_defaults_single(struct kunit *test) in raw_read_defaults_single()
1007 struct regmap_config config; in raw_read_defaults_single() local
1028 static void raw_read_defaults(struct kunit *test) in raw_read_defaults()
1032 struct regmap_config config; in raw_read_defaults() local
1067 static void raw_write_read_single(struct kunit *test) in raw_write_read_single()
1071 struct regmap_config config; in raw_write_read_single() local
1093 static void raw_write(struct kunit *test) in raw_write()
1097 struct regmap_config config; in raw_write() local
1145 static void raw_sync(struct kunit *test) in raw_sync()
1149 struct regmap_config config; in raw_sync() local