Searched defs:sisusb_usb_data (Results 1 – 1 of 1) sorted by relevance
100 struct sisusb_usb_data { struct101 struct usb_device *sisusb_dev;102 struct usb_interface *interface;103 struct kref kref;104 wait_queue_head_t wait_q; /* for syncind and timeouts */105 struct mutex lock; /* general race avoidance */106 unsigned int ifnum; /* interface number of the USB device */107 int minor; /* minor (for logging clarity) */108 int isopen; /* !=0 if open */109 int present; /* !=0 if device is present on the bus */[all …]