Home
last modified time | relevance | path

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

/u-boot/include/
A Dusbdevice.h483 struct usb_endpoint_instance { struct
484 int endpoint_address; /* logical endpoint address */
487 int status; /* halted */
491 struct urb_link rcv; /* received urbs */
493 struct urb *rcv_urb; /* active urb */
497 int rcv_queue;
500 struct urb_link tx; /* urbs ready to transmit */
501 struct urb_link done; /* transmitted urbs */
502 struct urb *tx_urb; /* active urb */
506 int tx_queue;
[all …]

Completed in 8 milliseconds