Searched refs:gt_root (Results 1 – 3 of 3) sorted by relevance
37 void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root) in intel_uc_debugfs_register() argument44 if (!gt_root) in intel_uc_debugfs_register()51 root = debugfs_create_dir("uc", gt_root); in intel_uc_debugfs_register()
12 void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root);
59 void intel_pxp_debugfs_register(struct intel_pxp *pxp, struct dentry *gt_root) in intel_pxp_debugfs_register() argument67 if (!gt_root) in intel_pxp_debugfs_register()73 root = debugfs_create_dir("pxp", gt_root); in intel_pxp_debugfs_register()
Completed in 6 milliseconds