Searched defs:pxa_ep (Results 1 – 1 of 1) sorted by relevance
303 struct pxa_ep *pxa_ep; member338 struct pxa_ep { struct339 struct pxa_udc *dev;341 struct list_head queue;342 spinlock_t lock; /* Protects this structure */344 unsigned enabled:1;345 unsigned in_handle_ep:1;347 unsigned idx:5;348 char *name;372 * @in_use: sanity check if request already queued on an pxa_ep argument[all …]