Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/udc/
Dlpc32xx_udc.c126 struct lpc32xx_ep { struct
127 struct usb_ep ep;
128 struct list_head queue;
129 struct lpc32xx_udc *udc;
131 u32 hwep_num_base; /* Physical hardware EP */
132 u32 hwep_num; /* Maps to hardware endpoint */
133 u32 maxpacket;
134 u32 lep;
136 bool is_in;
137 bool req_pending;
[all …]