Searched defs:num_ep (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/core/
H A Dconfig.c146 int asnum, struct usb_host_interface *ifp, int num_ep,
178 if (ifp->desc.bNumEndpoints >= num_ep)
313 int num_ep, num_ep_orig; local
363 num_ep = num_ep_orig = alt->desc.bNumEndpoints;
365 if (num_ep > USB_MAXENDPOINTS) {
368 cfgno, inum, asnum, num_ep, USB_MAXENDPOINTS);
369 num_ep = USB_MAXENDPOINTS;
372 if (num_ep > 0) {
374 len = sizeof(struct usb_host_endpoint) * num_ep;
387 num_ep, buffe
145 usb_parse_endpoint(struct device *ddev, int cfgno, int inum, int asnum, struct usb_host_interface *ifp, int num_ep, unsigned char *buffer, int size) argument
[all...]

Completed in 74 milliseconds