Lines Matching defs:lpc32xx_ep
98 struct lpc32xx_ep { struct
99 struct usb_ep ep;
100 struct list_head queue;
101 struct lpc32xx_udc *udc;
103 u32 hwep_num_base; /* Physical hardware EP */
104 u32 hwep_num; /* Maps to hardware endpoint */
105 u32 maxpacket;
106 u32 lep;
108 bool is_in;
109 bool req_pending;
110 u32 eptype;
112 u32 totalints;
114 bool wedge;