Lines Matching defs:lpc32xx_ep
99 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;
111 u32 eptype;
113 u32 totalints;
115 bool wedge;