Home
last modified time | relevance | path

Searched defs:req (Results 1 – 25 of 35) sorted by relevance

12

/drivers/peripheral/usb/test/unittest/device_sdk/
Dusb_device_sdk_io_test.cpp43 static void ReadComplete(uint8_t pipe, struct UsbFnRequest *req) in ReadComplete()
59 struct UsbFnRequest *req = nullptr; variable
92 struct UsbFnRequest *req = nullptr; variable
118 static void WriteComplete(uint8_t pipe, struct UsbFnRequest *req) in WriteComplete()
128 struct UsbFnRequest *req = nullptr; variable
154 struct UsbFnRequest *req = nullptr; variable
188 struct UsbFnRequest *req = nullptr; variable
209 struct UsbFnRequest *req = nullptr; variable
238 struct UsbFnRequest *req = nullptr; variable
259 struct UsbFnRequest *req = nullptr; variable
[all …]
Dusb_device_sdk_if_test.cpp608 struct UsbFnRequest *req = nullptr; variable
620 struct UsbFnRequest *req = nullptr; variable
632 struct UsbFnRequest *req = nullptr; variable
642 struct UsbFnRequest *req = nullptr; variable
653 struct UsbFnRequest *req = nullptr; variable
662 struct UsbFnRequest *req = nullptr; variable
671 struct UsbFnRequest *req = nullptr; variable
680 struct UsbFnRequest *req = nullptr; variable
690 struct UsbFnRequest *req = nullptr; variable
700 struct UsbFnRequest *req = nullptr; variable
[all …]
Dusb_device_cdcacm_test.cpp387 static void CtrlComplete(uint8_t pipe, struct UsbFnRequest *req) in CtrlComplete()
414 struct UsbFnRequest *req = nullptr; in AllocCtrlRequests() local
448 struct UsbFnRequest *req = nullptr; in SendNotifyRequest() local
492 static void NotifyComplete(uint8_t pipe, struct UsbFnRequest *req) in NotifyComplete()
593 struct UsbFnRequest *req = nullptr; in GetCtrlReq() local
604 struct UsbFnRequest *req = nullptr; in Setup() local
760 struct UsbFnRequest *req = nullptr; in FreeCtrlRequests() local
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
Dusb_device_lite_sdk_io_test.c13 static void ReadComplete(uint8_t pipe, struct UsbFnRequest *req) in ReadComplete()
32 struct UsbFnRequest *req = NULL; in UsbFnDviceTestRequestAsync() local
45 struct UsbFnRequest *req = NULL; in UsbFnDviceTestRequestAsync002() local
90 struct UsbFnRequest *req = NULL; in UsbFnDviceTestRequestAsync003() local
131 static void WriteComplete(uint8_t pipe, struct UsbFnRequest *req) in WriteComplete()
143 struct UsbFnRequest *req = NULL; in UsbFnDviceTestRequestAsync004() local
190 struct UsbFnRequest *req = NULL; in UsbFnDviceTestRequestAsync005() local
238 struct UsbFnRequest *req = NULL; in UsbFnDviceTestRequestSync() local
250 struct UsbFnRequest *req = NULL; in UsbFnDviceTestRequestSync002() local
283 struct UsbFnRequest *req = NULL; in UsbFnDviceTestRequestSync003() local
[all …]
Dusb_device_lite_sdk_if_test.c816 struct UsbFnRequest *req = in UsbFnDviceTestAllocCtrlRequest() local
838 struct UsbFnRequest *req = UsbFnAllocCtrlRequest( in UsbFnDviceTestAllocCtrlRequest002() local
860 struct UsbFnRequest *req = UsbFnAllocCtrlRequest(g_acmDevice->ctrlIface.handle, 0); in UsbFnDviceTestAllocCtrlRequest003() local
882 struct UsbFnRequest *req = UsbFnAllocCtrlRequest(g_acmDevice->ctrlIface.handle, 0x801); in UsbFnDviceTestAllocCtrlRequest004() local
904 struct UsbFnRequest *req = UsbFnAllocCtrlRequest(handle, g_acmDevice->notifyPipe.maxPacketSize); in UsbFnDviceTestAllocCtrlRequest005() local
926 struct UsbFnRequest *req = UsbFnAllocCtrlRequest(g_acmDevice->ctrlIface.handle, 0x800); in UsbFnDviceTestAllocCtrlRequest006() local
947 struct UsbFnRequest *req = UsbFnAllocCtrlRequest(g_acmDevice->dataIface.handle, 0); in UsbFnDviceTestAllocCtrlRequest007() local
964 struct UsbFnRequest *req = UsbFnAllocCtrlRequest(handle, 0); in UsbFnDviceTestAllocCtrlRequest008() local
985 struct UsbFnRequest *req = in UsbFnDviceTestAllocRequest() local
1007 …struct UsbFnRequest *req = UsbFnAllocRequest(g_acmDevice->ctrlIface.handle, g_acmDevice->notifyPip… in UsbFnDviceTestAllocRequest002() local
[all …]
Dusb_device_lite_cdcacm_test.c377 static void CtrlComplete(uint8_t pipe, struct UsbFnRequest *req) in CtrlComplete()
402 struct UsbFnRequest *req = NULL; in AllocCtrlRequests() local
433 struct UsbFnRequest *req = NULL; in SendNotifyRequest() local
482 static void NotifyComplete(uint8_t pipe, struct UsbFnRequest *req) in NotifyComplete()
583 struct UsbFnRequest *req = NULL; in GetCtrlReq() local
594 struct UsbFnRequest *req = NULL; in Setup() local
753 struct UsbFnRequest *req = NULL; in FreeCtrlRequests() local
/drivers/peripheral/usb/gadget/function/mtp/src/
Dusbfn_mtp_impl.cpp134 void UsbfnMtpImpl::UsbFnRequestReadComplete(uint8_t pipe, struct UsbFnRequest *req) in UsbFnRequestReadComplete()
159 void UsbfnMtpImpl::UsbFnRequestWriteComplete(uint8_t pipe, struct UsbFnRequest *req) in UsbFnRequestWriteComplete()
184 void UsbfnMtpImpl::UsbFnRequestNotifyComplete(uint8_t pipe, struct UsbFnRequest *req) in UsbFnRequestNotifyComplete()
193 void UsbfnMtpImpl::UsbFnRequestCtrlComplete(uint8_t pipe, struct UsbFnRequest *req) in UsbFnRequestCtrlComplete()
221 int32_t UsbfnMtpImpl::UsbMtpPortTxReqCheck(struct UsbMtpPort *mtpPort, struct UsbFnRequest *req) in UsbMtpPortTxReqCheck()
251 …t UsbfnMtpImpl::UsbMtpPortProcessLastTxPacket(struct UsbMtpPort *mtpPort, struct UsbFnRequest *req) in UsbMtpPortProcessLastTxPacket()
267 …32_t UsbfnMtpImpl::UsbMtpPortSubmitAsyncTxReq(struct UsbMtpPort *mtpPort, struct UsbFnRequest *req) in UsbMtpPortSubmitAsyncTxReq()
308 struct UsbFnRequest *req = DLIST_FIRST_ENTRY(pool, struct UsbFnRequest, list); in UsbMtpPortStartTxAsync() local
340 …struct UsbFnRequest *req = UsbFnAllocCtrlRequest(mtpDev_->ctrlIface.handle, MTP_CONTROL_XFER_BYTEC… in UsbMtpDeviceAllocCtrlRequests() local
358 struct UsbFnRequest *req = DLIST_FIRST_ENTRY(head, struct UsbFnRequest, list); in UsbMtpDeviceFreeCtrlRequests() local
[all …]
/drivers/peripheral/usb/ddk/device/src/
Dusbfn_io_mgr.c21 static int32_t ReqToIoData(struct UsbFnRequest *req, struct IoData *ioData, uint32_t aio, uint32_t … in ReqToIoData()
108 struct UsbFnRequest *req = &reqList->req; in UsbFnIoMgrRequestAlloc() local
128 int32_t UsbFnIoMgrRequestFree(struct UsbFnRequest *req) in UsbFnIoMgrRequestFree()
158 int32_t UsbFnIoMgrRequestSubmitAsync(struct UsbFnRequest *req) in UsbFnIoMgrRequestSubmitAsync()
181 int32_t UsbFnIoMgrRequestCancel(struct UsbFnRequest *req) in UsbFnIoMgrRequestCancel()
200 int32_t UsbFnIoMgrRequestGetStatus(struct UsbFnRequest *req, UsbRequestStatus *status) in UsbFnIoMgrRequestGetStatus()
218 int32_t UsbFnIoMgrRequestSubmitSync(struct UsbFnRequest *req, uint32_t timeout) in UsbFnIoMgrRequestSubmitSync()
Dusbfn_sdk_if.c273 int32_t UsbFnFreeRequest(struct UsbFnRequest *req) in UsbFnFreeRequest()
282 int32_t UsbFnGetRequestStatus(struct UsbFnRequest *req, UsbRequestStatus *status) in UsbFnGetRequestStatus()
291 int32_t UsbFnSubmitRequestAsync(struct UsbFnRequest *req) in UsbFnSubmitRequestAsync()
300 int32_t UsbFnCancelRequest(struct UsbFnRequest *req) in UsbFnCancelRequest()
309 int32_t UsbFnSubmitRequestSync(struct UsbFnRequest *req, uint32_t timeout) in UsbFnSubmitRequestSync()
/drivers/peripheral/usb/gadget/function/ecm/
Dcdcecm.c60 struct UsbFnRequest *req = NULL; in UsbEcmStartTx() local
97 struct UsbFnRequest *req = NULL; in UsbEcmStartRx() local
128 struct UsbFnRequest *req; in UsbEcmRxPush() local
167 struct UsbFnRequest *req = NULL; in UsbEcmFreeRequests() local
178 static void UsbEcmReadComplete(uint8_t pipe, struct UsbFnRequest *req) in UsbEcmReadComplete()
187 static void UsbEcmWriteComplete(uint8_t pipe, struct UsbFnRequest *req) in UsbEcmWriteComplete()
212 struct UsbFnRequest *req = NULL; in UsbEcmAllocReadRequests() local
233 struct UsbFnRequest *req = NULL; in UsbEcmAllocWriteRequests() local
430 void UsbFnNotifyRequest(struct UsbFnRequest *req, struct UsbEcmDevice *ecm) in UsbFnNotifyRequest()
443 struct UsbFnRequest *req = ecm->notifyReq; in EcmDoNotify() local
[all …]
/drivers/peripheral/usb/gadget/function/acm/
Dcdcacm.c60 struct UsbFnRequest *req = NULL; in UsbSerialStartTx() local
97 struct UsbFnRequest *req = NULL; in UsbSerialStartRx() local
127 struct UsbFnRequest *req; in UsbSerialRxPush() local
167 struct UsbFnRequest *req = NULL; in UsbSerialFreeRequests() local
185 static void UsbSerialReadComplete(uint8_t pipe, struct UsbFnRequest *req) in UsbSerialReadComplete()
299 static void UsbSerialWriteComplete(uint8_t pipe, struct UsbFnRequest *req) in UsbSerialWriteComplete()
325 struct UsbFnRequest *req = NULL; in UsbSerialAllocReadRequests() local
346 struct UsbFnRequest *req = NULL; in UsbSerialAllocWriteRequests() local
507 static void UsbSerialWriteSpeedComplete(uint8_t pipe, struct UsbFnRequest *req) in UsbSerialWriteSpeedComplete()
937 static void AcmCtrlComplete(uint8_t pipe, struct UsbFnRequest *req) in AcmCtrlComplete()
[all …]
/drivers/peripheral/usb/test/unittest/host_sdk/
Dusb_host_sdk_if_test_io.cpp42 static void AcmReadBulk(struct UsbRequest *req) in AcmReadBulk()
50 static void AcmWriteBulk(struct UsbRequest *req) in AcmWriteBulk()
95 static void AcmCtrlIrq(struct UsbRequest *req) in AcmCtrlIrq()
Dusb_host_sdk_if_test.cpp60 static void AcmReadBulk(struct UsbRequest *req) in AcmReadBulk()
69 static void AcmWriteBulk(struct UsbRequest *req) in AcmWriteBulk()
131 static void AcmCtrlIrq(struct UsbRequest *req) in AcmCtrlIrq()
1310 struct UsbRequest *req = UsbAllocRequest(NULL, 0, 0); variable
Dusb_raw_sdk_if_test_io.cpp145 …struct UsbRawRequest *req = reinterpret_cast<struct UsbRawRequest *>(const_cast<void *>(requestArg… in AcmWriteBulkCallback() local
166 …struct UsbRawRequest *req = reinterpret_cast<struct UsbRawRequest *>(const_cast<void *>(requestArg… in AcmReadBulkCallback() local
208 …struct UsbRawRequest *req = reinterpret_cast<struct UsbRawRequest *>(const_cast<void *>(requestArg… in AcmNotifyReqCallback() local
Dusb_raw_sdk_if_test.cpp150 …struct UsbRawRequest *req = reinterpret_cast<struct UsbRawRequest *>(const_cast<void *>(requestArg… in AcmWriteBulkCallback() local
172 …struct UsbRawRequest *req = reinterpret_cast<struct UsbRawRequest *>(const_cast<void *>(requestArg… in AcmReadBulkCallback() local
232 …struct UsbRawRequest *req = reinterpret_cast<struct UsbRawRequest *>(const_cast<void *>(requestArg… in AcmNotifyReqCallback() local
/drivers/interface/display/composer/v1_1/hdi_impl/
Ddisplay_composer_hdi_impl.h44 std::shared_ptr<CmdReq> req = nullptr; in Create() local
61 DisplayComposerHdiImpl(sptr<CompHdi> hdi, std::shared_ptr<CmdReq> req) in DisplayComposerHdiImpl()
/drivers/interface/display/composer/v1_2/hdi_impl/
Ddisplay_composer_hdi_impl.h44 std::shared_ptr<CmdReq> req = nullptr; in Create() local
61 DisplayComposerHdiImpl(sptr<CompHdi> hdi, std::shared_ptr<CmdReq> req) in DisplayComposerHdiImpl()
/drivers/peripheral/usb/hdi_service/src/
Dusbd_dispatcher.cpp54 void UsbdDispatcher::UsbdReadCallback(UsbRequest *req) in UsbdReadCallback()
69 void UsbdDispatcher::UsbdWriteCallback(UsbRequest *req) in UsbdWriteCallback()
208 UsbdRequestSync *req = nullptr; in UsbdFindRequestSync() local
233 UsbdRequestSync *req = static_cast<UsbdRequestSync *>(OsalMemCalloc(sizeof(UsbdRequestSync))); in UsbdRequestSyncAlloc() local
733 … UsbdRequestASync *req = static_cast<UsbdRequestASync *>(OsalMemCalloc(sizeof(UsbdRequestASync))); in UsbdRequestASyncAlloc() local
796 UsbdRequestASync *req = UsbdRequestASyncAlloc(); in UsbdRequestASyncCreatAndInsert() local
1451 int32_t UsbdDispatcher::UsbdBulkASyncReqWriteSubmit(UsbdBulkASyncReqNode *req) in UsbdBulkASyncReqWriteSubmit()
/drivers/peripheral/wlan/client/src/sbuf/
Dsbuf_cmd_adapter.c880 struct HdfSBuf *req = NULL; in SetProjectionScreenParam() local
914 struct HdfSBuf *req = NULL; in SendCmdIoctl() local
987 static int32_t SerializeSettingsToSbuf(struct HdfSBuf *req, const WifiPnoSettings *pnoSettings) in SerializeSettingsToSbuf()
1031 struct HdfSBuf *req = NULL; in WifiStartPnoScan() local
1063 struct HdfSBuf *req = NULL; in WifiStopPnoScan() local
/drivers/peripheral/usb/net/src/
Dusb_net_host.c124 struct UsbRawRequest *req = (struct UsbRawRequest *)requestArg; in UsbnetHostTXComplete() local
340 static int32_t UsbnetHostNotificationBufferProcess(const struct UsbRawRequest *req, in UsbnetHostNotificationBufferProcess()
387 struct UsbRawRequest *req = (struct UsbRawRequest *)requestArg; in UsbnetHostReqCallback() local
487 struct UsbRawRequest *req = (struct UsbRawRequest *)requestArg; in UsbnetHostReadBulkCallback() local
Dcdc_ether.c188 static void EcmWriteBulk(struct UsbRequest *req) in EcmWriteBulk()
747 static void EcmNotificationAndRequest(struct UsbRequest *req, struct EcmDevice *ecm, struct UsbCdcN… in EcmNotificationAndRequest()
760 static void EcmCtrlIrq(struct UsbRequest *req) in EcmCtrlIrq()
810 static void EcmReadBulk(struct UsbRequest *req) in EcmReadBulk()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
Dusb_raw_io.c125 struct UsbRawRequest *req = (struct UsbRawRequest *)requestArg; in AcmWriteBulkCallback() local
148 struct UsbRawRequest *req = (struct UsbRawRequest *)requestArg; in AcmWriteIsoCallback() local
154 struct UsbRawRequest *req = (struct UsbRawRequest *)requestArg; in AcmReadBulkCallback() local
191 struct UsbRawRequest *req = (struct UsbRawRequest *)requestArg; in AcmNotifyReqCallback() local
/drivers/peripheral/usb/serial/src/
Dusb_serial_rawapi.c443 struct UsbRawRequest *req = (struct UsbRawRequest *)requestArg; in AcmWriteBulkCallback() local
1038const struct UsbRawRequest *req, struct AcmDevice *acm, unsigned int currentSize, unsigned int exp… in AcmNotificationBufferProcess()
1064 struct UsbRawRequest *req = (struct UsbRawRequest *)requestArg; in AcmNotifyReqCallback() local
1118 struct UsbRawRequest *req = (struct UsbRawRequest *)requestArg; in AcmReadBulkCallback() local
Dusb_serial.c202 static void AcmWriteBulk(struct UsbRequest * const req) in AcmWriteBulk()
1270 static int32_t AcmCtrlIrqCheckSize(struct UsbRequest * const req, struct AcmDevice *acm, struct Usb… in AcmCtrlIrqCheckSize()
1312 static void AcmCtrlIrq(struct UsbRequest * const req) in AcmCtrlIrq()
1347 static void AcmReadBulk(struct UsbRequest *req) in AcmReadBulk()
/drivers/peripheral/usb/ddk/device/include/
Dusbfn_io_mgr.h30 struct UsbFnRequest req; member

12