Searched defs:stk_camera (Results 1 – 1 of 1) sorted by relevance
94 struct stk_camera { struct95 struct v4l2_device v4l2_dev;96 struct v4l2_ctrl_handler hdl;97 struct video_device vdev;98 struct usb_device *udev;99 struct usb_interface *interface;100 int webcam_model;101 struct file *owner;102 struct mutex lock;103 int first_init;[all …]