Searched defs:stk_camera (Results 1 – 1 of 1) sorted by relevance
75 struct stk_camera { struct76 struct v4l2_device v4l2_dev;77 struct v4l2_ctrl_handler hdl;78 struct video_device vdev;79 struct usb_device *udev;81 int webcam_model;82 struct file *owner;83 struct mutex lock;84 int first_init;86 u8 isoc_ep;[all …]
Completed in 3 milliseconds