Home
last modified time | relevance | path

Searched refs:uhe (Results 1 – 1 of 1) sorted by relevance

/drivers/peripheral/usb/ddk/host/src/
Dliteos_adapter.c118 …t32_t OsSubmitUrb(UsbAdapterUrb *urb, UsbAdapterDevice *adapterDevice, UsbAdapterHostEndpoint *uhe) in OsSubmitUrb() argument
122 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() local
500uhe = 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() local
608 if (uhe == NULL) { in OsSubmitBulkRequestHandle()
630 urb->endpoint = uhe; in OsSubmitBulkRequestHandle()
[all …]