Searched refs:uhe (Results 1 - 1 of 1) sorted by relevance
/drivers/peripheral/usb/ddk/host/src/ |
H A D | liteos_adapter.c | 120 static int32_t OsSubmitUrb(UsbAdapterUrb *urb, UsbAdapterDevice *adapterDevice, UsbAdapterHostEndpoint *uhe) in OsSubmitUrb() argument 124 if ((uhe == NULL) || (urb == NULL) || (adapterDevice == NULL)) { in OsSubmitUrb() 129 err = usb_setup_endpoint(adapterDevice, uhe, 1024); in OsSubmitUrb() 499 UsbAdapterHostEndpoint *uhe = NULL; in OsSubmitControlMsg() local 504 uhe = usb_find_host_endpoint((UsbAdapterDevice *)adapterDevice, request->requestType, request->endPoint); in OsSubmitControlMsg() 505 if (uhe == NULL) { in OsSubmitControlMsg() 531 urb->endpoint = uhe; in OsSubmitControlMsg() 611 UsbAdapterHostEndpoint *uhe = usb_find_host_endpoint(adapterDevice, request->requestType, request->endPoint); in OsSubmitBulkRequestHandle() local 612 if (uhe == NULL) { in OsSubmitBulkRequestHandle() 634 urb->endpoint = uhe; in OsSubmitBulkRequestHandle() 717 UsbAdapterHostEndpoint *uhe = NULL; OsAllocIsoUrbs() local 1284 UsbAdapterHostEndpoint *uhe = usb_find_host_endpoint(adapterDevice, PIPE_BULK, endPoint); AdapterClearHalt() local [all...] |
Completed in 2 milliseconds