Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/base/regmap/
Dregmap-debugfs.c71 while (!list_empty(&map->debugfs_off_cache)) { in regmap_debugfs_free_dump_cache()
72 c = list_first_entry(&map->debugfs_off_cache, in regmap_debugfs_free_dump_cache()
116 if (list_empty(&map->debugfs_off_cache)) { in regmap_debugfs_get_dump_start()
124 &map->debugfs_off_cache); in regmap_debugfs_get_dump_start()
152 &map->debugfs_off_cache); in regmap_debugfs_get_dump_start()
160 WARN_ON(list_empty(&map->debugfs_off_cache)); in regmap_debugfs_get_dump_start()
164 list_for_each_entry(c, &map->debugfs_off_cache, list) { in regmap_debugfs_get_dump_start()
202 list_for_each_entry(c, &map->debugfs_off_cache, list) { in regmap_next_readable_reg()
401 list_for_each_entry(c, &map->debugfs_off_cache, list) { in regmap_reg_ranges_read_file()
578 INIT_LIST_HEAD(&map->debugfs_off_cache); in regmap_debugfs_init()
Dinternal.h91 struct list_head debugfs_off_cache; member