Searched defs:pxa_ep (Results 1 – 1 of 1) sorted by relevance
313 struct pxa_ep *pxa_ep; member348 struct pxa_ep { struct349 struct pxa_udc *dev;351 struct list_head queue;352 spinlock_t lock; /* Protects this structure */354 unsigned enabled:1;355 unsigned in_handle_ep:1;357 unsigned idx:5;358 char *name;382 * @in_use: sanity check if request already queued on an pxa_ep argument[all …]