Searched defs:sisusb_usb_data (Results 1 – 1 of 1) sorted by relevance
112 struct sisusb_usb_data { struct113 struct usb_device *sisusb_dev;114 struct usb_interface *interface;115 struct kref kref;116 wait_queue_head_t wait_q; /* for syncind and timeouts */117 struct mutex lock; /* general race avoidance */118 unsigned int ifnum; /* interface number of the USB device */119 int minor; /* minor (for logging clarity) */120 int isopen; /* !=0 if open */121 int present; /* !=0 if device is present on the bus */[all …]