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.h135 struct usb_endpoint { struct
139 struct usb_endpoint_descriptor *edesc; argument
140 struct usb_endpoint_ss_comp_descriptor *ecomp; argument
141 const struct usb_pipe_methods *methods; /* set by HC driver */
143 uint16_t isoc_next;
145 uint8_t toggle_next:1; /* next data toggle value */
146 uint8_t is_stalled:1; /* set if endpoint is stalled */
147 uint8_t is_synced:1; /* set if we a synchronised */
148 uint8_t unused:5;
149 uint8_t iface_index; /* not used by "default endpoint" */
[all …]