Home
last modified time | relevance | path

Searched defs:lpc32xx_ep (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/usb/gadget/udc/
Dlpc32xx_udc.c98 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;
[all …]