Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/
Dusbdi.h132 struct usb_endpoint { struct
136 struct usb_endpoint_descriptor *edesc; argument
137 struct usb_endpoint_ss_comp_descriptor *ecomp; argument
138 const struct usb_pipe_methods *methods; /* set by HC driver */
140 uint16_t isoc_next;
142 uint8_t toggle_next:1; /* next data toggle value */
143 uint8_t is_stalled:1; /* set if endpoint is stalled */
144 uint8_t is_synced:1; /* set if we a synchronised */
145 uint8_t unused:5;
146 uint8_t iface_index; /* not used by "default endpoint" */
[all …]