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
2843 debugfs_remove_recursive(dbg->top_dentry);
2851 struct dentry *trans, *top_dentry; local
2874 top_dentry = debugfs_create_dir(top_dir, scmi_top_dentry);
2875 trans = debugfs_create_dir("transport", top_dentry);
2880 debugfs_create_str("instance_name", 0400, top_dentry,
2883 debugfs_create_u32("atomic_threshold_us", 0400, top_dentry,
2902 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 218 milliseconds