Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/
Dlpc32xx_udc.c99 struct lpc32xx_ep { struct
100 struct usb_ep ep;
101 struct list_head queue;
102 struct lpc32xx_udc *udc;
104 u32 hwep_num_base; /* Physical hardware EP */
105 u32 hwep_num; /* Maps to hardware endpoint */
106 u32 maxpacket;
107 u32 lep;
109 bool is_in;
110 bool req_pending;
[all …]