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