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

/linux-master/drivers/media/usb/uvc/
H A Duvc_debugfs.c71 static struct dentry *uvc_debugfs_root_dir; variable in typeref:struct:dentry
78 if (uvc_debugfs_root_dir == NULL)
85 uvc_debugfs_root_dir);
99 uvc_debugfs_root_dir = debugfs_create_dir("uvcvideo", usb_debug_root);
104 debugfs_remove_recursive(uvc_debugfs_root_dir);

Completed in 123 milliseconds