Lines Matching defs:test
155 static struct regmap *gen_regmap(struct kunit *test, in gen_regmap()
227 struct kunit *test = dev_get_drvdata(dev); in reg_5_false() local
233 static void basic_read_write(struct kunit *test) in basic_read_write()
258 static void bulk_write(struct kunit *test) in bulk_write()
291 static void bulk_read(struct kunit *test) in bulk_read()
320 static void multi_write(struct kunit *test) in multi_write()
359 static void multi_read(struct kunit *test) in multi_read()
391 static void read_bypassed(struct kunit *test) in read_bypassed()
455 static void read_bypassed_volatile(struct kunit *test) in read_bypassed_volatile()
520 static void write_readonly(struct kunit *test) in write_readonly()
551 static void read_writeonly(struct kunit *test) in read_writeonly()
587 static void reg_defaults(struct kunit *test) in reg_defaults()
613 static void reg_defaults_read_dev(struct kunit *test) in reg_defaults_read_dev()
645 static void register_patch(struct kunit *test) in register_patch()
693 static void stride(struct kunit *test) in stride()
770 static void basic_ranges(struct kunit *test) in basic_ranges()
838 static void stress_insert(struct kunit *test) in stress_insert()
887 static void cache_bypass(struct kunit *test) in cache_bypass()
922 static void cache_sync_marked_dirty(struct kunit *test) in cache_sync_marked_dirty()
957 static void cache_sync_after_cache_only(struct kunit *test) in cache_sync_after_cache_only()
1006 static void cache_sync_defaults_marked_dirty(struct kunit *test) in cache_sync_defaults_marked_dirty()
1055 static void cache_sync_default_after_cache_only(struct kunit *test) in cache_sync_default_after_cache_only()
1102 static void cache_sync_readonly(struct kunit *test) in cache_sync_readonly()
1140 static void cache_sync_patch(struct kunit *test) in cache_sync_patch()
1198 static void cache_drop(struct kunit *test) in cache_drop()
1238 static void cache_drop_with_non_contiguous_ranges(struct kunit *test) in cache_drop_with_non_contiguous_ranges()
1340 static void cache_drop_all_and_sync_marked_dirty(struct kunit *test) in cache_drop_all_and_sync_marked_dirty()
1381 static void cache_drop_all_and_sync_no_defaults(struct kunit *test) in cache_drop_all_and_sync_no_defaults()
1423 static void cache_drop_all_and_sync_has_defaults(struct kunit *test) in cache_drop_all_and_sync_has_defaults()
1466 static void cache_present(struct kunit *test) in cache_present()
1502 static void cache_write_zero(struct kunit *test) in cache_write_zero()
1545 static void cache_range_window_reg(struct kunit *test) in cache_range_window_reg()
1627 static struct regmap *gen_raw_regmap(struct kunit *test, in gen_raw_regmap()
1705 static void raw_read_defaults_single(struct kunit *test) in raw_read_defaults_single()
1727 static void raw_read_defaults(struct kunit *test) in raw_read_defaults()
1762 static void raw_write_read_single(struct kunit *test) in raw_write_read_single()
1785 static void raw_write(struct kunit *test) in raw_write()
1844 static void raw_noinc_write(struct kunit *test) in raw_noinc_write()
1891 static void raw_sync(struct kunit *test) in raw_sync()
1966 static void raw_ranges(struct kunit *test) in raw_ranges()
2070 static int regmap_test_init(struct kunit *test) in regmap_test_init()
2091 static void regmap_test_exit(struct kunit *test) in regmap_test_exit()