Lines Matching refs:UsbdRequestSync
201 UsbdRequestSync *UsbdDispatcher::UsbdFindRequestSync(HostDevice *port, uint8_t interfaceId, uint8_t pipeAddr)
208 UsbdRequestSync *req = nullptr;
214 req = reinterpret_cast<UsbdRequestSync *>(HdfSListIteratorNext(&it));
231 UsbdRequestSync *UsbdDispatcher::UsbdRequestSyncAlloc(void)
233 UsbdRequestSync *req = static_cast<UsbdRequestSync *>(OsalMemCalloc(sizeof(UsbdRequestSync)));
264 HostDevice *port, UsbInterfaceHandle *ifHandle, UsbPipeInfo *pipe, UsbdRequestSync *requestSync)
292 UsbPipeInfo *pipe, int32_t length, UsbdRequestSync *requestSync)
319 int32_t UsbdDispatcher::UsbdRequestSyncRelease(UsbdRequestSync *requestSync)