Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_raw_api_library.h108 struct UsbHostRequest *RawAllocRequest(const struct UsbDeviceHandle *devHandle, int32_t isoPackets,…
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api.c213 …return (struct UsbRawRequest *)RawAllocRequest((const struct UsbDeviceHandle *)devHandle, isoPacke… in UsbRawAllocRequest()
H A Dusb_raw_api_library.c1184 struct UsbHostRequest *RawAllocRequest(const struct UsbDeviceHandle *devHandle, int32_t isoPackets,… in RawAllocRequest() function
H A Dusb_interface_pool.c1587 hostRequest = RawAllocRequest(ifaceHdl->devHandle, isoPackets, length); in UsbAllocRequest()