Home
last modified time | relevance | path

Searched defs:pxa_ep (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/usb/gadget/
Dpxa27x_udc.h303 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
[all …]