Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dliteos_adapter.h106 …struct UsbHostRequest *(*allocRequest)(const struct UsbDeviceHandle *handle, int32_t isoPackets, s… member
H A Dlinux_adapter.h136 …struct UsbHostRequest *(*allocRequest)(const struct UsbDeviceHandle *handle, int32_t isoPackets, s… member
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dusbd_device_auto_test.cpp65 osAdapterOps->allocRequest = FuncAdapterAllocRequest; in SetUpTestCase()
H A Dusbd_request_auto_test.cpp96 osAdapterOps->allocRequest = FuncAdapterAllocRequest; in SetUpTestCase()
H A Dusbd_transfer_auto_test.cpp120 osAdapterOps->allocRequest = FuncAdapterAllocRequest; in SetUpTestCase()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c930 if (osAdapterOps->allocRequest == NULL) { in AllocRequest()
934 return osAdapterOps->allocRequest(devHandle, isoPackets, length); in AllocRequest()
H A Dlinux_adapter.c1519 .allocRequest = AdapterAllocRequest,
H A Dliteos_adapter.c1437 .allocRequest = AdapterAllocRequest,