Searched refs:debugfs_off_cache (Results 1 – 2 of 2) sorted by relevance
71 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()105 if (list_empty(&map->debugfs_off_cache)) { in regmap_debugfs_get_dump_start()114 &map->debugfs_off_cache); in regmap_debugfs_get_dump_start()142 &map->debugfs_off_cache); in regmap_debugfs_get_dump_start()150 WARN_ON(list_empty(&map->debugfs_off_cache)); in regmap_debugfs_get_dump_start()154 list_for_each_entry(c, &map->debugfs_off_cache, list) { in regmap_debugfs_get_dump_start()367 list_for_each_entry(c, &map->debugfs_off_cache, list) { in regmap_reg_ranges_read_file()491 INIT_LIST_HEAD(&map->debugfs_off_cache); in regmap_debugfs_init()
83 struct list_head debugfs_off_cache; member