Searched defs:isp1760_ep (Results 1 – 2 of 2) 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 …]
34 struct isp1760_ep { struct35 struct isp1760_udc *udc;36 struct usb_ep ep;38 struct list_head queue;40 unsigned int addr;41 unsigned int maxpacket;42 char name[7];44 const struct usb_endpoint_descriptor *desc;46 bool rx_pending;47 bool halted;[all …]