Home
last modified time | relevance | path

Searched refs:AcmWriteBufAlloc (Results 1 – 10 of 10) sorted by relevance

/drivers/peripheral/usb/test/unittest/host_sdk/
Dusb_host_sdk_if_test_io.cpp76 static int32_t AcmWriteBufAlloc(struct AcmDevice *acm) in AcmWriteBufAlloc() function
193 ret = AcmWriteBufAlloc(g_acm); in AcmGetRequest()
Dusb_raw_sdk_if_test_io.cpp228 static int32_t AcmWriteBufAlloc(struct AcmDevice *acm) in AcmWriteBufAlloc() function
465 ret = AcmWriteBufAlloc(g_acm); in AcmRawInit()
Dusb_host_sdk_if_test.cpp96 static int32_t AcmWriteBufAlloc(struct AcmDevice *acm) in AcmWriteBufAlloc() function
1128 ret = AcmWriteBufAlloc(g_acm);
1150 ret = AcmWriteBufAlloc(g_acm);
Dusb_raw_sdk_if_test.cpp282 static int32_t AcmWriteBufAlloc(struct AcmDevice *acm) in AcmWriteBufAlloc() function
1152 ret = AcmWriteBufAlloc(g_acm);
1173 ret = AcmWriteBufAlloc(g_acm);
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
Dusb_raw_test.h362 int32_t AcmWriteBufAlloc(struct AcmRawDevice *acm);
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
Dusb_test.c106 static int32_t AcmWriteBufAlloc(struct AcmDevice *acm) in AcmWriteBufAlloc() function
872 int32_t ret = AcmWriteBufAlloc(g_acm); in CheckHostSdkIfAllocRequest003()
891 int32_t ret = AcmWriteBufAlloc(g_acm); in CheckHostSdkIfAllocRequest004()
1181 int32_t ret = AcmWriteBufAlloc(g_acm); in CheckHostSdkIfAllocRequest009()
Dusb_raw_test.c142 ret = AcmWriteBufAlloc(rawAcm); in CheckRawSdkIfAllocRequest001()
166 ret = AcmWriteBufAlloc(rawAcm); in CheckRawSdkIfAllocRequest002()
505 ret = AcmWriteBufAlloc(rawAcm); in CheckRawSdkIfAllocRequest009()
Dusb_raw_io.c235 int32_t AcmWriteBufAlloc(struct AcmRawDevice *acm) in AcmWriteBufAlloc() function
/drivers/peripheral/usb/serial/src/
Dusb_serial_rawapi.c406 static int32_t AcmWriteBufAlloc(const struct AcmDevice *acm) in AcmWriteBufAlloc() function
1277 ret = AcmWriteBufAlloc(acm); in UsbSerialInit()
Dusb_serial.c169 static int32_t AcmWriteBufAlloc(const struct AcmDevice *acm) in AcmWriteBufAlloc() function
1623 if (AcmWriteBufAlloc(acm) < 0) { in AcmAllocRequests()