Home
last modified time | relevance | path

Searched refs:USB_FUNCTION_STORAGE (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_function.h29 #define USB_FUNCTION_STORAGE (1 << 9) macro
33 USB_FUNCTION_RNDIS | USB_FUNCTION_STORAGE | USB_FUNCTION_MANUFACTURE)
/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp527 case USB_FUNCTION_STORAGE: in UsbdSetKernelFunction()
533 case USB_FUNCTION_STORAGE | USB_FUNCTION_HDC: in UsbdSetKernelFunction()
601 funcs != (USB_FUNCTION_HDC + USB_FUNCTION_STORAGE)) { in UsbdUpdateFunction()
H A Dusb_impl.cpp65 {HDC_CONFIG_STORAGE, USB_FUNCTION_STORAGE},
67 {HDC_CONFIG_STORAGE_HDC, USB_FUNCTION_HDC + USB_FUNCTION_STORAGE},
/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_function_test.cpp229 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_STORAGE); in HWTEST_F()
258 int32_t funcs = USB_FUNCTION_STORAGE | USB_FUNCTION_HDC; in HWTEST_F()

Completed in 6 milliseconds