Lines Matching defs:hostep
425 struct usb_host_endpoint *hostep,
432 hostep->desc.bEndpointAddress,
442 endpoint = hostep->desc.bEndpointAddress;
448 if (usb_endpoint_xfer_int(&hostep->desc))
449 ep->interval = hostep->desc.bInterval;
490 static void *find_usb_ms_endpoint_descriptor(struct usb_host_endpoint *hostep,
493 unsigned char *extra = hostep->extra;
494 int extralen = hostep->extralen;
648 struct usb_host_endpoint *hostep;
653 hostep = &hostif->endpoint[i];
654 if (!usb_endpoint_xfer_bulk(&hostep->desc) &&
655 !usb_endpoint_xfer_int(&hostep->desc))
657 ms_ep = find_usb_ms_endpoint_descriptor(hostep, USB_MS_GENERAL_2_0);
666 err = create_midi2_endpoint(umidi, hostep, ms_ep);