Home
last modified time | relevance | path

Searched refs:AcmWb (Results 1 - 12 of 12) sorted by relevance

/drivers/peripheral/usb/serial/include/
H A Dusb_serial_rawapi.h78 struct AcmWb { struct
116 struct AcmWb wb[ACM_NW];
H A Dusb_serial.h76 struct AcmWb { struct
107 struct AcmWb wb[ACM_NW];
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test.h55 struct AcmWb { struct
87 struct AcmWb wb[ACM_NW];
H A Dusb_raw_sdk_if_test.h54 struct AcmWb { struct
92 struct AcmWb wb[ACM_NW];
H A Dusb_raw_sdk_if_test_io.cpp151 struct AcmWb *wb = static_cast<struct AcmWb *>(req->userData); in AcmWriteBulkCallback()
230 struct AcmWb *wb = &acm->wb[0]; in AcmWriteBufAlloc()
353 AcmWb *snd = &g_acm->wb[i]; in AcmRawFillWriteReq()
652 AcmWb *snd = &g_acm->wb[i]; in HWTEST_F()
667 AcmWb *snd = &g_acm->wb[i]; in HWTEST_F()
875 AcmWb *snd = &g_acm->wb[i]; in HWTEST_F()
958 AcmWb *snd = &g_acm->wb[i]; in HWTEST_F()
1023 AcmWb *snd = &g_acm->wb[i]; in HWTEST_F()
H A Dusb_host_sdk_if_test_io.cpp61 struct AcmWb *wb = static_cast<struct AcmWb *>(req->compInfo.userData); in AcmWriteBulk()
79 struct AcmWb *wb; in AcmWriteBufAlloc()
H A Dusb_raw_sdk_if_test.cpp157 struct AcmWb *wb = static_cast<struct AcmWb *>(req->userData); in AcmWriteBulkCallback()
284 struct AcmWb *wb = &acm->wb[0]; in AcmWriteBufAlloc()
1651 AcmWb *snd = &g_acm->wb[i]; in HWTEST_F()
H A Dusb_host_sdk_if_test.cpp80 struct AcmWb *wb = static_cast<struct AcmWb *>(req->compInfo.userData); in AcmWriteBulk()
99 struct AcmWb *wb; in AcmWriteBufAlloc()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c289 struct AcmWb *snd = &acm->wb[i]; in UsbAllocWriteRequests()
304 struct AcmWb *snd = NULL; in UsbFreeWriteRequests()
317 struct AcmWb *wb = NULL; in AcmWbAlloc()
321 wb = (struct AcmWb *)&acm->wb[i]; in AcmWbAlloc()
371 static int32_t AcmStartWb(struct AcmDevice *acm, struct AcmWb *wb) in AcmStartWb()
409 struct AcmWb *wb = (struct AcmWb *)&acm->wb[0]; in AcmWriteBufAlloc()
429 struct AcmWb *wb = &acm->wb[0]; in AcmWriteBufFree()
448 struct AcmWb *wb = (struct AcmWb *)re in AcmWriteBulkCallback()
[all...]
H A Dusb_serial.c41 struct AcmWb *wb = NULL; in AcmWbAlloc()
45 wb = (struct AcmWb *)&acm->wb[i]; in AcmWbAlloc()
110 static int32_t AcmStartWb(struct AcmDevice *acm, struct AcmWb *wb, struct UsbPipeInfo *pipe) in AcmStartWb()
141 static int32_t AcmStartWbSync(struct AcmDevice *acm, struct AcmWb *wb, struct UsbPipeInfo *pipe) in AcmStartWbSync()
173 struct AcmWb *wb; in AcmWriteBufAlloc()
174 for (wb = (struct AcmWb *)&acm->wb[0], i = 0; i < ACM_NW; i++, wb++) { in AcmWriteBufAlloc()
192 struct AcmWb *wb; in AcmWriteBufFree()
209 struct AcmWb *wb = (struct AcmWb *)req->compInfo.userData; in AcmWriteBulk()
821 struct AcmWb *w in SerialWriteSync()
[all...]
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_test.h136 struct AcmWb { struct
170 struct AcmWb wb[ACM_NW];
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_test.c63 struct AcmWb *wb = (struct AcmWb *)req->compInfo.userData; in AcmWriteBulk()
88 struct AcmWb *wb; in AcmWriteBufAllocHandle()
89 for (wb = (struct AcmWb *)&acm->wb[0], i = 0; i < ACM_NW; i++, wb++) { in AcmWriteBufAllocHandle()
120 struct AcmWb *wb; in AcmWriteBufFree()

Completed in 16 milliseconds