Searched defs:zr364xx_camera (Results 1 – 1 of 1) sorted by relevance
168 struct zr364xx_camera { struct169 struct usb_device *udev; /* save off the usb device pointer */170 struct usb_interface *interface;/* the interface for this device */171 struct v4l2_device v4l2_dev;172 struct v4l2_ctrl_handler ctrl_handler;173 struct video_device vdev; /* v4l video device */174 struct v4l2_fh *owner; /* owns the streaming */175 int nb;176 struct zr364xx_bufferi buffer;177 int skip;[all …]