Lines Matching defs:stk_camera
75 struct stk_camera { struct
76 struct v4l2_device v4l2_dev;
77 struct v4l2_ctrl_handler hdl;
78 struct video_device vdev;
79 struct usb_device *udev;
80 struct usb_interface *interface;
81 int webcam_model;
82 struct file *owner;
83 struct mutex lock;
84 int first_init;
86 u8 isoc_ep;
110 #define vdev_to_camera(d) container_of(d, struct stk_camera, vdev) argument