Searched defs:isp1760_ep (Results 1 – 1 of 1) sorted by relevance
30 struct isp1760_ep { struct31 struct isp1760_udc *udc;32 struct usb_ep ep;34 struct list_head queue;36 unsigned int addr;37 unsigned int maxpacket;38 char name[7];40 const struct usb_endpoint_descriptor *desc;42 bool rx_pending;43 bool halted;[all …]