Lines Matching defs:epnum
347 u8 epnum = usb_endpoint_num(desc);
376 ep_conf |= EP_SET_EP_NUM(epnum);
418 ast_udc_write(udc, EP_TOGGLE_SET_EPNUM(epnum), AST_VHUB_EP_DATA);
725 int epnum;
732 epnum = usb_endpoint_num(ep->desc);
735 if (epnum == 0) {
999 u16 epnum = 0;
1011 epnum = crq.wIndex & USB_ENDPOINT_NUMBER_MASK;
1012 status = udc->ep[epnum].stopped;
1018 ep = &udc->ep[epnum];