Home
last modified time | relevance | path

Searched refs:USB_FUNCTION_NONE (Results 1 – 6 of 6) sorted by relevance

/drivers/peripheral/usb/hdi_service/include/
Dusbd_function.h22 #define USB_FUNCTION_NONE 0 macro
/drivers/peripheral/usb/test/unittest/hal/src/
Dusbd_function_test.cpp74 int32_t func = USB_FUNCTION_NONE;
92 int32_t func = USB_FUNCTION_NONE;
371 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_NONE);
Dusbfn_mtp_test.cpp71 int32_t g_currentFunc = USB_FUNCTION_NONE;
/drivers/peripheral/usb/test/benchmarktest/
Dusb_benchmark_function_test.cpp62 int32_t funcs = USB_FUNCTION_NONE;; in BENCHMARK_F()
/drivers/peripheral/usb/hdi_service/src/
Dusbd_port.cpp58 UsbdFunction::UsbdSetFunction(USB_FUNCTION_NONE); in WritePortFile()
Dusbd_function.cpp208 currentFuncs_ = USB_FUNCTION_NONE; in SetFunctionToNone()
378 if (funcs == USB_FUNCTION_NONE) { in UsbdSetFunction()