Searched defs:lpc32xx_ep (Results 1 – 1 of 1) sorted by relevance
98 struct lpc32xx_ep { struct99 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;[all …]