Lines Matching defs:top_dentry
107 * @top_dentry: A reference to the top debugfs dentry
113 struct dentry *top_dentry;
2544 debugfs_remove_recursive(dbg->top_dentry);
2552 struct dentry *trans, *top_dentry;
2575 top_dentry = debugfs_create_dir(top_dir, scmi_top_dentry);
2576 trans = debugfs_create_dir("transport", top_dentry);
2581 debugfs_create_str("instance_name", 0400, top_dentry,
2584 debugfs_create_u32("atomic_threshold_us", 0400, top_dentry,
2603 dbg->top_dentry = top_dentry;
2642 info->raw = scmi_raw_mode_init(&info->handle, info->dbg->top_dentry,