Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_raw_api_library.h126 int32_t RawHandleRequest(const struct UsbDeviceHandle *devHandle);
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api.c311 return RawHandleRequest((const struct UsbDeviceHandle *)devHandle); in UsbRawHandleRequests()
H A Dusb_io_manage.c147 ret = RawHandleRequest(interfacePool->device->devHandle); in IoAsyncReceiveProcess()
H A Dusb_raw_api_library.c1488 int32_t RawHandleRequest(const struct UsbDeviceHandle *devHandle) in RawHandleRequest() function