Searched defs:zr364xx_camera (Results 1 – 1 of 1) sorted by relevance
156 struct zr364xx_camera { struct157 struct usb_device *udev; /* save off the usb device pointer */158 struct usb_interface *interface;/* the interface for this device */159 struct v4l2_device v4l2_dev;160 struct v4l2_ctrl_handler ctrl_handler;161 struct video_device vdev; /* v4l video device */162 struct v4l2_fh *owner; /* owns the streaming */163 int nb;164 struct zr364xx_bufferi buffer;165 int skip;[all …]