Searched defs:fsl_udc (Results 1 – 1 of 1) sorted by relevance
472 struct fsl_udc { struct473 struct usb_gadget gadget;477 struct fsl_ep *eps;478 unsigned int max_ep;479 unsigned int irq;482 spinlock_t lock;484 unsigned softconnect:1;485 unsigned vbus_active:1;486 unsigned stopped:1;487 unsigned remote_wakeup:1;[all …]