Searched refs:debugfs_create_dir (Results 1 – 4 of 4) sorted by relevance
170 dir = debugfs_create_dir("log", vchiq_debugfs_top()); in vchiq_debugfs_create_log_entries()282 top = debugfs_create_dir(pidstr, clients); in vchiq_debugfs_add_instance()323 debugfs_info.vchiq_cfg_dir = debugfs_create_dir("vchiq", NULL); in vchiq_debugfs_init()327 debugfs_info.clients = debugfs_create_dir("clients", in vchiq_debugfs_init()
44 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent);
296 ipoib_root = debugfs_create_dir("ipoib", NULL); in ipoib_register_debugfs()
210 debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir() function