Lines Matching defs:root
169 * @root: DRI debugfs dir entry.
173 * &struct drm_info_list in the given root directory. These files will be removed
177 struct dentry *root, struct drm_minor *minor)
195 S_IFREG | S_IRUGO, root, tmp,
207 struct dentry *root)
215 minor->debugfs_root = debugfs_create_dir(name, root);
420 struct dentry *root;
425 root = debugfs_create_dir(connector->name, minor->debugfs_root);
426 connector->debugfs_entry = root;
429 debugfs_create_file("force", S_IRUGO | S_IWUSR, root, connector,
433 debugfs_create_file("edid_override", S_IRUGO | S_IWUSR, root, connector,
437 debugfs_create_file("vrr_range", S_IRUGO, root, connector,
454 struct dentry *root;
461 root = debugfs_create_dir(name, minor->debugfs_root);
464 crtc->debugfs_entry = root;