Searched defs:pxa_ep (Results 1 – 1 of 1) sorted by relevance
309 struct pxa_ep *pxa_ep; member344 struct pxa_ep { struct345 struct pxa_udc *dev;347 struct list_head queue;348 spinlock_t lock; /* Protects this structure */350 unsigned enabled:1;351 unsigned in_handle_ep:1;353 unsigned idx:5;354 char *name;378 * @in_use: sanity check if request already queued on an pxa_ep argument[all …]