Searched defs:m66592_ep (Results 1 – 1 of 1) sorted by relevance
444 struct m66592_ep { struct445 struct usb_ep ep;446 struct m66592 *m66592;448 struct list_head queue;449 unsigned busy:1;450 unsigned internal_ccpl:1; /* use only control */475 struct m66592_ep ep[M66592_MAX_NUM_PIPE]; argument