Home
last modified time | relevance | path

Searched refs:AcmWriteBufFree (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c427 static void AcmWriteBufFree(struct AcmDevice *acm) in AcmWriteBufFree() function
1297 AcmWriteBufFree(acm); in UsbAllocRequests()
1366 AcmWriteBufFree(acm); in UsbSerialRelease()
H A Dusb_serial.c189 static void AcmWriteBufFree(struct AcmDevice *acm) in AcmWriteBufFree() function
1635 AcmWriteBufFree(acm); in AcmFreeRequests()
1677 AcmWriteBufFree((struct AcmDevice *)acm); in AcmAllocRequests()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_raw_test.h370 void AcmWriteBufFree(struct AcmRawDevice *acm);
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-usb-des.md838 AcmWriteBufFree(acm);
881 AcmWriteBufFree((struct AcmDevice *)acm);
1367 AcmWriteBufFree(acm);
1397 AcmWriteBufFree(acm);
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-usb-des.md820 AcmWriteBufFree(acm);
858 AcmWriteBufFree(acm);
1309 AcmWriteBufFree(acm);
1338 AcmWriteBufFree(acm);
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_test.c117 static void AcmWriteBufFree(struct AcmDevice *acm) in AcmWriteBufFree() function
918 AcmWriteBufFree(g_acm); in CheckHostSdkIfFreeRequest002()
H A Dusb_raw_io.c246 void AcmWriteBufFree(struct AcmRawDevice *acm) in AcmWriteBufFree() function
H A Dusb_raw_test.c440 AcmWriteBufFree(rawAcm); in CheckRawSdkIfFreeRequest001()