Searched defs:isp1760_ep (Results 1 – 1 of 1) sorted by relevance
33 struct isp1760_ep { struct34 struct isp1760_udc *udc;35 struct usb_ep ep;37 struct list_head queue;39 unsigned int addr;40 unsigned int maxpacket;41 char name[7];43 const struct usb_endpoint_descriptor *desc;45 bool rx_pending;46 bool halted;[all …]