Searched defs:pvr2_hdw (Results 1 – 1 of 1) sorted by relevance
147 struct pvr2_hdw { struct149 struct usb_device *usb_dev;150 struct usb_interface *usb_intf;153 struct v4l2_device v4l2_dev;156 const struct pvr2_device_desc *hdw_desc;159 struct work_struct workpoll; /* Update driver state */162 struct pvr2_stream *vid_stream;165 struct mutex big_lock_mutex;166 int big_lock_held; /* For debugging */172 char name[32];[all …]