Home
last modified time | relevance | path

Searched defs:xillyusb_endpoint (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/char/xillybus/
H A Dxillyusb.c89 struct xillyusb_endpoint { struct
90 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