Lines Matching defs:pxa_ep
303 struct pxa_ep *pxa_ep; member
338 struct pxa_ep { struct
339 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
456 struct pxa_ep pxa_ep[NR_PXA_ENDPOINTS]; member