Home
last modified time | relevance | path

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

/include/
A Dusbdevice.h467 struct usb_endpoint_instance { struct
468 int endpoint_address; /* logical endpoint address */
471 int status; /* halted */
475 struct urb_link rcv; /* received urbs */
477 struct urb *rcv_urb; /* active urb */
481 int rcv_queue;
484 struct urb_link tx; /* urbs ready to transmit */
485 struct urb_link done; /* transmitted urbs */
486 struct urb *tx_urb; /* active urb */
490 int tx_queue;
[all …]

Completed in 9 milliseconds