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