Searched defs:xillyusb_endpoint (Results 1 – 1 of 1) sorted by relevance
89 struct xillyusb_endpoint { struct90 struct xillyusb_dev *xdev;92 struct mutex ep_mutex; /* serialize operations on endpoint */94 struct list_head buffers;95 struct list_head filled_buffers;96 spinlock_t buffers_lock; /* protect these two lists */98 unsigned int order;122 struct xillyusb_endpoint *out_ep; argument