Searched defs:lpc32xx_ep (Results 1 – 1 of 1) sorted by relevance
126 struct lpc32xx_ep { struct127 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 …]