Lines Matching defs:pxa_ep
313 struct pxa_ep *pxa_ep; member
348 struct pxa_ep { struct
349 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
468 struct pxa_ep pxa_ep[NR_PXA_ENDPOINTS]; member