Home
last modified time | relevance | path

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

/linux-3.3/drivers/media/video/uvc/
Duvc_debugfs.c76 static struct dentry *uvc_debugfs_root_dir; variable
84 if (uvc_debugfs_root_dir == NULL) in uvc_debugfs_init_stream()
89 dent = debugfs_create_dir(dir_name, uvc_debugfs_root_dir); in uvc_debugfs_init_stream()
128 uvc_debugfs_root_dir = dir; in uvc_debugfs_init()
134 if (uvc_debugfs_root_dir != NULL) in uvc_debugfs_cleanup()
135 debugfs_remove_recursive(uvc_debugfs_root_dir); in uvc_debugfs_cleanup()