Searched refs:uhe (Results 1 – 1 of 1) sorted by relevance
118 …t32_t OsSubmitUrb(UsbAdapterUrb *urb, UsbAdapterDevice *adapterDevice, UsbAdapterHostEndpoint *uhe) in OsSubmitUrb() argument122 if ((uhe == NULL) || (urb == NULL) || (adapterDevice == NULL)) { in OsSubmitUrb()127 err = usb_setup_endpoint(adapterDevice, uhe, 1024); in OsSubmitUrb()495 UsbAdapterHostEndpoint *uhe = NULL; in OsSubmitControlMsg() local500 …uhe = usb_find_host_endpoint((UsbAdapterDevice *)adapterDevice, request->requestType, request->end… in OsSubmitControlMsg()501 if (uhe == NULL) { in OsSubmitControlMsg()527 urb->endpoint = uhe; in OsSubmitControlMsg()607 …UsbAdapterHostEndpoint *uhe = usb_find_host_endpoint(adapterDevice, request->requestType, request-… in OsSubmitBulkRequestHandle() local608 if (uhe == NULL) { in OsSubmitBulkRequestHandle()630 urb->endpoint = uhe; in OsSubmitBulkRequestHandle()[all …]