Lines Matching defs:uhe
120 static int32_t OsSubmitUrb(UsbAdapterUrb *urb, UsbAdapterDevice *adapterDevice, UsbAdapterHostEndpoint *uhe)
124 if ((uhe == NULL) || (urb == NULL) || (adapterDevice == NULL)) {
129 err = usb_setup_endpoint(adapterDevice, uhe, 1024);
499 UsbAdapterHostEndpoint *uhe = NULL;
504 uhe = usb_find_host_endpoint((UsbAdapterDevice *)adapterDevice, request->requestType, request->endPoint);
505 if (uhe == NULL) {
531 urb->endpoint = uhe;
611 UsbAdapterHostEndpoint *uhe = usb_find_host_endpoint(adapterDevice, request->requestType, request->endPoint);
612 if (uhe == NULL) {
634 urb->endpoint = uhe;
717 UsbAdapterHostEndpoint *uhe = NULL;
718 uhe = usb_find_host_endpoint(adapterDevice, pipeType, endPoint);
719 if (uhe == NULL) {
739 urb->endpoint = uhe;
1284 UsbAdapterHostEndpoint *uhe = usb_find_host_endpoint(adapterDevice, PIPE_BULK, endPoint);
1285 if (uhe == NULL) {
1286 printf("no found uhe\n");
1289 ret = usb_clear_halt(adapterDevice, uhe);