Searched defs:requestSync (Results 1 – 2 of 2) sorted by relevance
| /drivers/peripheral/usb/hdi_service/src/ |
| D | usb_impl.cpp | 361 UsbdRequestSync *requestSync = UsbdDispatcher::UsbdFindRequestSync(port, interfaceId, pipeAddr); in UsbdFindRequestSyncAndCreat() local 414 UsbdRequestSync *requestSync = UsbdDispatcher::UsbdFindRequestSync(port, interfaceId, pipeAddr); in UsbdFindRequestSyncAndCreatwithLength() local 463 …int32_t timeout, uint8_t *buffer, uint32_t size, uint32_t *actlength, UsbdRequestSync *requestSync) in UsbdBulkReadSyncBase() 505 …HostDevice *port, UsbdRequestSync *requestSync, const uint8_t *buffer, uint32_t length, int32_t ti… in UsbdBulkWriteSyncBase() 1515 UsbdRequestSync *requestSync = nullptr; in BulkTransferRead() local 1559 UsbdRequestSync *requestSync = nullptr; in BulkTransferReadwithLength() local 1597 UsbdRequestSync *requestSync = nullptr; in BulkTransferWrite() local 1744 UsbdRequestSync *requestSync = nullptr; in InterruptTransferRead() local 1775 UsbdRequestSync *requestSync = nullptr; in InterruptTransferWrite() local 1800 UsbdRequestSync *requestSync = nullptr; in IsoTransferRead() local [all …]
|
| D | usbd_dispatcher.cpp | 264 HostDevice *port, UsbInterfaceHandle *ifHandle, UsbPipeInfo *pipe, UsbdRequestSync *requestSync) in UsbdRequestSyncInit() 292 UsbPipeInfo *pipe, int32_t length, UsbdRequestSync *requestSync) in UsbdRequestSyncInitwithLength() 319 int32_t UsbdDispatcher::UsbdRequestSyncRelease(UsbdRequestSync *requestSync) in UsbdRequestSyncRelease()
|