Lines Matching defs:stk_camera
94 struct stk_camera { struct
95 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;
105 u8 isoc_ep;
129 #define vdev_to_camera(d) container_of(d, struct stk_camera, vdev) argument