Home
last modified time | relevance | path

Searched refs:top_dentry (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/firmware/arm_scmi/
H A Draw_mode.h21 struct dentry *top_dentry, int instance_id,
H A Ddriver.c126 struct dentry *top_dentry; member
2943 debugfs_remove_recursive(dbg->top_dentry); in scmi_debugfs_common_cleanup()
2951 struct dentry *trans, *top_dentry; in scmi_debugfs_common_setup() local
2974 top_dentry = debugfs_create_dir(top_dir, scmi_top_dentry); in scmi_debugfs_common_setup()
2975 trans = debugfs_create_dir("transport", top_dentry); in scmi_debugfs_common_setup()
2980 debugfs_create_str("instance_name", 0400, top_dentry, in scmi_debugfs_common_setup()
2983 debugfs_create_u32("atomic_threshold_us", 0400, top_dentry, in scmi_debugfs_common_setup()
3005 dbg->top_dentry = top_dentry; in scmi_debugfs_common_setup()
3042 info->raw = scmi_raw_mode_init(&info->handle, info->dbg->top_dentry, in scmi_debugfs_raw_mode_setup()
H A Draw_mode.c1164 struct dentry *top_dentry, int instance_id, in scmi_raw_mode_init() argument
1191 raw->dentry = debugfs_create_dir("raw", top_dentry); in scmi_raw_mode_init()