Lines Matching defs:ep_num
448 * @ep_num: The number of the endpoint to use
464 int ep_num, int direction, int type)
475 if (ep->ep_num == ep_num &&
480 ep_num, ep->iface, ep->altsetting, ep);
488 ep_num);
497 ep->ep_num = ep_num;
501 ep_num &= USB_ENDPOINT_NUMBER_MASK;
504 ep->pipe = usb_sndisocpipe(chip->dev, ep_num);
506 ep->pipe = usb_rcvisocpipe(chip->dev, ep_num);
553 alive, ep->ep_num);
1068 ep->ep_num);
1074 ep->ep_num);
1118 ep->ep_num, ep->type, ep->nurbs, err);