Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/firmware/arm_scmi/
Draw_mode.h21 struct dentry *top_dentry, int instance_id,
Ddriver.c123 struct dentry *top_dentry; member
2920 debugfs_remove_recursive(dbg->top_dentry); in scmi_debugfs_common_cleanup()
2928 struct dentry *trans, *top_dentry; in scmi_debugfs_common_setup() local
2951 top_dentry = debugfs_create_dir(top_dir, scmi_top_dentry); in scmi_debugfs_common_setup()
2952 trans = debugfs_create_dir("transport", top_dentry); in scmi_debugfs_common_setup()
2957 debugfs_create_str("instance_name", 0400, top_dentry, in scmi_debugfs_common_setup()
2960 debugfs_create_u32("atomic_threshold_us", 0400, top_dentry, in scmi_debugfs_common_setup()
2982 dbg->top_dentry = top_dentry; in scmi_debugfs_common_setup()
3019 info->raw = scmi_raw_mode_init(&info->handle, info->dbg->top_dentry, in scmi_debugfs_raw_mode_setup()
Draw_mode.c1166 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()