Lines Matching defs:hostep
433 struct usb_host_endpoint *hostep,
440 hostep->desc.bEndpointAddress,
450 endpoint = hostep->desc.bEndpointAddress;
456 if (usb_endpoint_xfer_int(&hostep->desc))
457 ep->interval = hostep->desc.bInterval;
498 static void *find_usb_ms_endpoint_descriptor(struct usb_host_endpoint *hostep,
501 unsigned char *extra = hostep->extra;
502 int extralen = hostep->extralen;
666 struct usb_host_endpoint *hostep;
671 hostep = &hostif->endpoint[i];
672 if (!usb_endpoint_xfer_bulk(&hostep->desc) &&
673 !usb_endpoint_xfer_int(&hostep->desc))
675 ms_ep = find_usb_ms_endpoint_descriptor(hostep, USB_MS_GENERAL_2_0);
684 err = create_midi2_endpoint(umidi, hostep, ms_ep);