Home
last modified time | relevance | path

Searched refs:AcmWb (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/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 *)req->userData; in AcmWriteBulkCallback()
722 struct AcmWb *wb = NULL; in SerialWrite()
771 static int32_t AcmStartWbSync(struct AcmDevice *acm, struct AcmWb *wb) in AcmStartWbSync()
[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()
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 *wb = NULL; in SerialWriteSync()
979 struct AcmWb *wb = NULL; in SerialWrite()
1390 struct AcmWb *snd = NULL; in AcmFreeWriteRequests()
[all …]
/ohos5.0/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_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];
667 AcmWb *snd = &g_acm->wb[i];
875 AcmWb *snd = &g_acm->wb[i];
958 AcmWb *snd = &g_acm->wb[i];
1023 AcmWb *snd = &g_acm->wb[i];
H A Dusb_raw_sdk_if_test.h54 struct AcmWb { struct
92 struct AcmWb wb[ACM_NW];
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];
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()
/ohos5.0/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];
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_test.h136 struct AcmWb { struct
170 struct AcmWb wb[ACM_NW];
/ohos5.0/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()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-usb-des.md851 struct AcmWb *snd = (struct AcmWb *)&(acm->wb[i]);
1149 struct AcmWb *snd = &acm->wb[i];
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-usb-des.md832 struct AcmWb *snd = &(acm->wb[i]);
1110 struct AcmWb *snd = &acm->wb[i];