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.c88 struct xillyusb_endpoint { struct
89 struct xillyusb_dev *xdev;
91 struct mutex ep_mutex; /* serialize operations on endpoint */
93 struct list_head buffers;
94 struct list_head filled_buffers;
95 spinlock_t buffers_lock; /* protect these two lists */
97 unsigned int order;
121 struct xillyusb_endpoint *out_ep; argument