Searched defs:stk_camera (Results 1 – 1 of 1) sorted by relevance
84 struct stk_camera { struct85 struct v4l2_device v4l2_dev;86 struct v4l2_ctrl_handler hdl;87 struct video_device vdev;88 struct usb_device *udev;89 struct usb_interface *interface;90 int webcam_model;91 struct file *owner;92 struct mutex lock;93 int first_init;[all …]