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

/linux-master/drivers/firmware/arm_scmi/
H A Draw_mode.h21 struct dentry *top_dentry, int instance_id,
H A Ddriver.c116 * @top_dentry: A reference to the top debugfs dentry
122 struct dentry *top_dentry; member in struct:scmi_debug_info
2650 debugfs_remove_recursive(dbg->top_dentry);
2658 struct dentry *trans, *top_dentry; local
2681 top_dentry = debugfs_create_dir(top_dir, scmi_top_dentry);
2682 trans = debugfs_create_dir("transport", top_dentry);
2687 debugfs_create_str("instance_name", 0400, top_dentry,
2690 debugfs_create_u32("atomic_threshold_us", 0400, top_dentry,
2709 dbg->top_dentry = top_dentry;
[all...]
H A Draw_mode.c1158 * @top_dentry: A reference to the top Raw debugfs dentry
1171 struct dentry *top_dentry, int instance_id,
1198 raw->dentry = debugfs_create_dir("raw", top_dentry);
1170 scmi_raw_mode_init(const struct scmi_handle *handle, struct dentry *top_dentry, int instance_id, u8 *channels, int num_chans, const struct scmi_desc *desc, int tx_max_msg) argument

Completed in 212 milliseconds