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

/linux-master/drivers/base/regmap/
H A Dregmap-debugfs.c71 while (!list_empty(&map->debugfs_off_cache)) {
72 c = list_first_entry(&map->debugfs_off_cache,
116 if (list_empty(&map->debugfs_off_cache)) {
124 &map->debugfs_off_cache);
152 &map->debugfs_off_cache);
160 WARN_ON(list_empty(&map->debugfs_off_cache));
164 list_for_each_entry(c, &map->debugfs_off_cache, list) {
202 list_for_each_entry(c, &map->debugfs_off_cache, list) {
401 list_for_each_entry(c, &map->debugfs_off_cache, list) {
578 INIT_LIST_HEAD(&map->debugfs_off_cache);
[all...]
H A Dinternal.h91 struct list_head debugfs_off_cache; member in struct:regmap

Completed in 205 milliseconds