Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_scmi/
H A Draw_mode.h21 struct dentry *top_dentry, int instance_id,
H A Ddriver.c120 * @top_dentry: A reference to the top debugfs dentry
127 struct dentry *top_dentry; member
2969 debugfs_remove_recursive(dbg->top_dentry); in scmi_debugfs_common_cleanup()
2977 struct dentry *trans, *top_dentry; in scmi_debugfs_common_setup() local
3000 top_dentry = debugfs_create_dir(top_dir, scmi_top_dentry); in scmi_debugfs_common_setup()
3001 trans = debugfs_create_dir("transport", top_dentry); in scmi_debugfs_common_setup()
3006 debugfs_create_str("instance_name", 0400, top_dentry, in scmi_debugfs_common_setup()
3009 debugfs_create_u32("atomic_threshold_us", 0400, top_dentry, in scmi_debugfs_common_setup()
3031 dbg->top_dentry = top_dentry; in scmi_debugfs_common_setup()
[all...]
H A Draw_mode.c1201 * @top_dentry: A reference to the top Raw debugfs dentry
1214 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()