Searched refs:RawAllocRequest (Results 1 – 4 of 4) sorted by relevance
108 struct UsbHostRequest *RawAllocRequest(const struct UsbDeviceHandle *devHandle, int32_t isoPackets,…
213 …return (struct UsbRawRequest *)RawAllocRequest((const struct UsbDeviceHandle *)devHandle, isoPacke… in UsbRawAllocRequest()
1184 struct UsbHostRequest *RawAllocRequest(const struct UsbDeviceHandle *devHandle, int32_t isoPackets,… in RawAllocRequest() function
1587 hostRequest = RawAllocRequest(ifaceHdl->devHandle, isoPackets, length); in UsbAllocRequest()