Home
last modified time | relevance | path

Searched refs:UsbStopIo (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c159 static int32_t UsbStopIo(struct AcmDevice * const acm) in UsbStopIo() function
694 if (UsbStopIo(g_acm) != HDF_SUCCESS) { in main()
695 printf("UsbStopIo error!\n"); in main()
/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_sdkraw_speed.c164 static int32_t UsbStopIo(struct AcmDevice * const acm) in UsbStopIo() function
654 if (UsbStopIo(g_acm) != HDF_SUCCESS) { in UsbSpeedDdkExit()
655 HDF_LOGE("%{public}s UsbStopIo error!", __func__); in UsbSpeedDdkExit()
/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c698 static void UsbStopIo(struct UsbnetHost *usbNet) in UsbStopIo() function
814 UsbStopIo(usbNet); in UsbnetHostAllocRequests()
1367 UsbStopIo(usbNet); in UsbnetHostRelease()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c111 static void UsbStopIo(struct AcmDevice *acm) in UsbStopIo() function
1289 UsbStopIo(acm); in UsbAllocRequests()
1358 UsbStopIo(acm); in UsbSerialRelease()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_raw_io.c110 int32_t UsbStopIo(void) in UsbStopIo() function
469 { USB_RAW_SDK_IF_STOP_IO, UsbStopIo},
/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_raw_test.h367 int32_t UsbStopIo(void);
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test_io.cpp116 static int32_t UsbStopIo(struct AcmDevice *acm) in UsbStopIo() function
137 if (UsbStopIo(g_acm) != HDF_SUCCESS) { in TearDownTestCase()
138 HDF_LOGW("%{public}s:%{public}d UsbStopIo error!", __func__, __LINE__); in TearDownTestCase()
H A Dusb_raw_sdk_if_test.cpp116 static int32_t UsbStopIo(struct AcmDevice *acm) in UsbStopIo() function
143 if (UsbStopIo(g_acm) != HDF_SUCCESS) { in TearDownTestCase()
144 HDF_LOGW("%{public}s:%{public}d UsbStopIo error!", __func__, __LINE__); in TearDownTestCase()
/drivers/peripheral/usb/test/unittest/host_sdk/liteos/
H A Dhdf_usb_raw_test.cpp1750 * @tc.number : UsbStopIo
1755 HWTEST_F(HdfUsbRawTest, UsbStopIo, TestSize.Level1) in HWTEST_F()

Completed in 23 milliseconds