Lines Matching refs:root
88 struct dentry *root, struct drm_minor *minor) in drm_debugfs_create_files() argument
108 root, tmp, &drm_debugfs_fops); in drm_debugfs_create_files()
111 root->d_name.name, files[i].name); in drm_debugfs_create_files()
145 struct dentry *root) in drm_debugfs_init() argument
154 minor->debugfs_root = debugfs_create_dir(name, root); in drm_debugfs_init()
380 struct dentry *root, *ent; in drm_debugfs_connector_add() local
385 root = debugfs_create_dir(connector->name, minor->debugfs_root); in drm_debugfs_connector_add()
386 if (!root) in drm_debugfs_connector_add()
389 connector->debugfs_entry = root; in drm_debugfs_connector_add()
392 ent = debugfs_create_file("force", S_IRUGO | S_IWUSR, root, connector, in drm_debugfs_connector_add()
398 ent = debugfs_create_file("edid_override", S_IRUGO | S_IWUSR, root, in drm_debugfs_connector_add()