Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_scmi/
H A Draw_mode.h21 struct dentry *top_dentry, int instance_id,
H A Ddriver.c3010 debugfs_remove_recursive(dbg->top_dentry); in scmi_debugfs_common_cleanup()
3018 struct dentry *trans, *top_dentry; in scmi_debugfs_common_setup() local
3041 top_dentry = debugfs_create_dir(top_dir, scmi_top_dentry); in scmi_debugfs_common_setup()
3042 trans = debugfs_create_dir("transport", top_dentry); in scmi_debugfs_common_setup()
3047 debugfs_create_str("instance_name", 0400, top_dentry, in scmi_debugfs_common_setup()
3050 debugfs_create_u32("atomic_threshold_us", 0400, top_dentry, in scmi_debugfs_common_setup()
3072 dbg->top_dentry = top_dentry; in scmi_debugfs_common_setup()
3106 info->raw = scmi_raw_mode_init(&info->handle, info->dbg->top_dentry, in scmi_debugfs_raw_mode_setup()
H A Dcommon.h321 struct dentry *top_dentry; member
H A Draw_mode.c1214 struct dentry *top_dentry, int instance_id, in scmi_raw_mode_init() argument
1241 raw->dentry = debugfs_create_dir("raw", top_dentry); in scmi_raw_mode_init()