Lines Matching refs:debugfs
475 map->debugfs = debugfs_create_dir(name, regmap_debugfs_root); in regmap_debugfs_init()
476 if (!map->debugfs) { in regmap_debugfs_init()
481 debugfs_create_file("name", 0400, map->debugfs, in regmap_debugfs_init()
484 debugfs_create_file("range", 0400, map->debugfs, in regmap_debugfs_init()
488 debugfs_create_file("registers", 0400, map->debugfs, in regmap_debugfs_init()
490 debugfs_create_file("access", 0400, map->debugfs, in regmap_debugfs_init()
495 debugfs_create_bool("cache_only", 0400, map->debugfs, in regmap_debugfs_init()
497 debugfs_create_bool("cache_dirty", 0400, map->debugfs, in regmap_debugfs_init()
499 debugfs_create_bool("cache_bypass", 0400, map->debugfs, in regmap_debugfs_init()
509 map->debugfs, range_node, in regmap_debugfs_init()
518 debugfs_remove_recursive(map->debugfs); in regmap_debugfs_exit()