Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dmotgvar.h54 struct motg_hw_ep { struct
55 int ep_number;
56 int ep_fifo_size;
57 struct usbd_xfer *xfer; /* active xfer on this EP */
58 char *data; /* pointer to data to be transmitted/received */
59 int datalen; /* data len to be transmitted */
60 usb_phase_t phase; /* current phase of the transfer, if any */
61 int refcount; /* how many devices using this EP */
85 struct motg_hw_ep sc_in_ep[MOTG_MAX_HW_EP]; argument