Searched defs:usbio_device (Results 1 – 1 of 1) sorted by relevance
87 struct usbio_device { struct88 struct device *dev;89 struct usb_device *udev;90 struct usb_interface *intf;91 unsigned long quirks;93 struct mutex ctrl_mutex;94 unsigned int ctrl_pipe;95 u16 ctrlbuf_len;96 void *ctrlbuf;98 struct mutex bulk_mutex;[all …]