Lines Matching defs:test

183 static struct regmap *gen_regmap(struct kunit *test,  in gen_regmap()
255 struct kunit *test = dev_get_drvdata(dev); in reg_5_false() local
269 struct kunit *test = dev_get_drvdata(dev); in reg_default_test_cb() local
279 static void expect_reg_default_value(struct kunit *test, struct regmap *map, in expect_reg_default_value()
292 static void basic_read_write(struct kunit *test) in basic_read_write()
317 static void bulk_write(struct kunit *test) in bulk_write()
350 static void bulk_read(struct kunit *test) in bulk_read()
379 static void multi_write(struct kunit *test) in multi_write()
418 static void multi_read(struct kunit *test) in multi_read()
450 static void read_bypassed(struct kunit *test) in read_bypassed()
514 static void read_bypassed_volatile(struct kunit *test) in read_bypassed_volatile()
579 static void write_readonly(struct kunit *test) in write_readonly()
610 static void read_writeonly(struct kunit *test) in read_writeonly()
646 static void reg_defaults(struct kunit *test) in reg_defaults()
672 static void reg_default_callback_populates_flat_cache(struct kunit *test) in reg_default_callback_populates_flat_cache()
720 static void reg_defaults_read_dev(struct kunit *test) in reg_defaults_read_dev()
752 static void register_patch(struct kunit *test) in register_patch()
800 static void stride(struct kunit *test) in stride()
877 static void basic_ranges(struct kunit *test) in basic_ranges()
945 static void stress_insert(struct kunit *test) in stress_insert()
994 static void cache_bypass(struct kunit *test) in cache_bypass()
1029 static void cache_sync_marked_dirty(struct kunit *test) in cache_sync_marked_dirty()
1064 static void cache_sync_after_cache_only(struct kunit *test) in cache_sync_after_cache_only()
1113 static void cache_sync_defaults_marked_dirty(struct kunit *test) in cache_sync_defaults_marked_dirty()
1162 static void cache_sync_default_after_cache_only(struct kunit *test) in cache_sync_default_after_cache_only()
1209 static void cache_sync_readonly(struct kunit *test) in cache_sync_readonly()
1247 static void cache_sync_patch(struct kunit *test) in cache_sync_patch()
1305 static void cache_drop(struct kunit *test) in cache_drop()
1345 static void cache_drop_with_non_contiguous_ranges(struct kunit *test) in cache_drop_with_non_contiguous_ranges()
1447 static void cache_drop_all_and_sync_marked_dirty(struct kunit *test) in cache_drop_all_and_sync_marked_dirty()
1488 static void cache_drop_all_and_sync_no_defaults(struct kunit *test) in cache_drop_all_and_sync_no_defaults()
1530 static void cache_drop_all_and_sync_has_defaults(struct kunit *test) in cache_drop_all_and_sync_has_defaults()
1573 static void cache_present(struct kunit *test) in cache_present()
1609 static void cache_write_zero(struct kunit *test) in cache_write_zero()
1652 static void cache_range_window_reg(struct kunit *test) in cache_range_window_reg()
1738 static struct regmap *gen_raw_regmap(struct kunit *test, in gen_raw_regmap()
1816 static void raw_read_defaults_single(struct kunit *test) in raw_read_defaults_single()
1838 static void raw_read_defaults(struct kunit *test) in raw_read_defaults()
1873 static void raw_write_read_single(struct kunit *test) in raw_write_read_single()
1896 static void raw_write(struct kunit *test) in raw_write()
1955 static void raw_noinc_write(struct kunit *test) in raw_noinc_write()
2002 static void raw_sync(struct kunit *test) in raw_sync()
2077 static void raw_ranges(struct kunit *test) in raw_ranges()
2183 static int regmap_test_init(struct kunit *test) in regmap_test_init()
2204 static void regmap_test_exit(struct kunit *test) in regmap_test_exit()