Searched defs:m66592_ep (Results 1 – 1 of 1) sorted by relevance
441 struct m66592_ep { struct442 struct usb_ep ep;443 struct m66592 *m66592;445 struct list_head queue;446 unsigned busy:1;447 unsigned internal_ccpl:1; /* use only control */472 struct m66592_ep ep[M66592_MAX_NUM_PIPE]; argument