Searched refs:top_dentry (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/firmware/arm_scmi/ |
D | raw_mode.h | 21 struct dentry *top_dentry, int instance_id,
|
D | driver.c | 113 struct dentry *top_dentry; member 2544 debugfs_remove_recursive(dbg->top_dentry); in scmi_debugfs_common_cleanup() 2552 struct dentry *trans, *top_dentry; in scmi_debugfs_common_setup() local 2575 top_dentry = debugfs_create_dir(top_dir, scmi_top_dentry); in scmi_debugfs_common_setup() 2576 trans = debugfs_create_dir("transport", top_dentry); in scmi_debugfs_common_setup() 2581 debugfs_create_str("instance_name", 0400, top_dentry, in scmi_debugfs_common_setup() 2584 debugfs_create_u32("atomic_threshold_us", 0400, top_dentry, in scmi_debugfs_common_setup() 2603 dbg->top_dentry = top_dentry; in scmi_debugfs_common_setup() 2642 info->raw = scmi_raw_mode_init(&info->handle, info->dbg->top_dentry, in scmi_debugfs_raw_mode_setup()
|
D | raw_mode.c | 1166 struct dentry *top_dentry, int instance_id, in scmi_raw_mode_init() argument 1193 raw->dentry = debugfs_create_dir("raw", top_dentry); in scmi_raw_mode_init()
|