Lines Matching defs:lpc32xx_ep
126 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;
138 u32 eptype;
140 u32 totalints;
142 bool wedge;