Lines Matching defs:pxa_ep
309 struct pxa_ep *pxa_ep; member
344 struct pxa_ep { struct
345 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
463 struct pxa_ep pxa_ep[NR_PXA_ENDPOINTS]; member