Searched defs:pvr2_hdw (Results 1 – 1 of 1) sorted by relevance
157 struct pvr2_hdw { struct159 struct usb_device *usb_dev;160 struct usb_interface *usb_intf;163 struct v4l2_device v4l2_dev;166 const struct pvr2_device_desc *hdw_desc;169 struct work_struct workpoll; /* Update driver state */172 struct pvr2_stream *vid_stream;175 struct mutex big_lock_mutex;176 int big_lock_held; /* For debugging */182 char name[32];[all …]