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