Searched defs:xillyusb_dev (Results 1 – 1 of 1) sorted by relevance
163 struct xillyusb_dev { struct164 struct xillyusb_channel *channels;166 struct usb_device *udev;167 struct device *dev; /* For dev_err() and such */168 struct kref kref;169 struct workqueue_struct *workq;171 int error;172 spinlock_t error_lock; /* protect @error */173 struct work_struct wakeup_workitem;175 int num_channels;[all …]