Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Dpxa27x_udc.h313 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
[all …]