Home
last modified time | relevance | path

Searched refs:USB_REQUEST_CANCELLED (Results 1 - 10 of 10) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_object.h74 USB_REQUEST_CANCELLED, enumerator
/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c708 if (request->reqStatus == USB_REQUEST_CANCELLED) { in OsControlCompletion()
711 return RawHandleRequestCompletion(request, USB_REQUEST_CANCELLED); in OsControlCompletion()
719 status = USB_REQUEST_CANCELLED; in OsControlCompletion()
1453 request->reqStatus = USB_REQUEST_CANCELLED; in AdapterCancelRequest()
H A Dliteos_adapter.c842 if (request->reqStatus == USB_REQUEST_CANCELLED) { in OsControlCompletion()
845 return RawHandleRequestCompletion(request, USB_REQUEST_CANCELLED); in OsControlCompletion()
853 status = USB_REQUEST_CANCELLED; in OsControlCompletion()
1014 request->reqStatus = USB_REQUEST_CANCELLED; in OsUrbStatusToRequestStatus()
H A Dusb_io_manage.c43 return (requestObj->request.compInfo.status == USB_REQUEST_CANCELLED); in IoCancelRequest()
H A Dusb_raw_api_library.c80 case USB_REQUEST_CANCELLED: in HandleSyncRequestCompletion()
698 case USB_REQUEST_CANCELLED: in ControlRequestCompletion()
H A Dusb_interface_pool.c1912 requestObj->request.compInfo.status = USB_REQUEST_CANCELLED; in UsbCancelRequest()
/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp447 request->reqStatus = USB_REQUEST_CANCELLED; in FuncAdapterCancelRequest()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_io.c177 case USB_REQUEST_CANCELLED: in AcmReadBulkCallback()
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test_io.cpp197 case USB_REQUEST_CANCELLED: in AcmReadBulkCallback()
H A Dusb_raw_sdk_if_test.cpp204 case USB_REQUEST_CANCELLED: in AcmReadBulkCallback()

Completed in 17 milliseconds