Searched refs:debugfs_off_cache (Results 1 – 2 of 2) sorted by relevance
76 while (!list_empty(&map->debugfs_off_cache)) { in regmap_debugfs_free_dump_cache()77 c = list_first_entry(&map->debugfs_off_cache, in regmap_debugfs_free_dump_cache()121 if (list_empty(&map->debugfs_off_cache)) { in regmap_debugfs_get_dump_start()129 &map->debugfs_off_cache); in regmap_debugfs_get_dump_start()157 &map->debugfs_off_cache); in regmap_debugfs_get_dump_start()165 WARN_ON(list_empty(&map->debugfs_off_cache)); in regmap_debugfs_get_dump_start()169 list_for_each_entry(c, &map->debugfs_off_cache, list) { in regmap_debugfs_get_dump_start()388 list_for_each_entry(c, &map->debugfs_off_cache, list) { in regmap_reg_ranges_read_file()575 INIT_LIST_HEAD(&map->debugfs_off_cache); in regmap_debugfs_init()
88 struct list_head debugfs_off_cache; member