Home
last modified time | relevance | path

Searched refs:v4l2_debugfs_root_dir (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/v4l2-core/
H A Dv4l2-dev.c96 static struct dentry *v4l2_debugfs_root_dir; variable
1126 if (!v4l2_debugfs_root_dir) in v4l2_debugfs_root()
1127 v4l2_debugfs_root_dir = debugfs_create_dir("v4l2", NULL); in v4l2_debugfs_root()
1128 return v4l2_debugfs_root_dir; in v4l2_debugfs_root()
1237 debugfs_remove_recursive(v4l2_debugfs_root_dir); in videodev_exit()
1238 v4l2_debugfs_root_dir = NULL; in videodev_exit()