Searched defs:iowarrior (Results 1 – 1 of 1) sorted by relevance
69 struct iowarrior { struct70 struct mutex mutex; /* locks this structure */71 struct usb_device *udev; /* save off the usb device pointer */72 struct usb_interface *interface; /* the interface for this device */73 unsigned char minor; /* the starting minor number for this device */74 …truct usb_endpoint_descriptor *int_out_endpoint; /* endpoint for reading (needed for IOW56 only) */75 struct usb_endpoint_descriptor *int_in_endpoint; /* endpoint for reading */76 struct urb *int_in_urb; /* the urb for reading data */77 unsigned char *int_in_buffer; /* buffer for data to be read */78 unsigned char serial_number; /* to detect lost packages */[all …]