Home
last modified time | relevance | path

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

/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_function.h28 #define USB_FUNCTION_RNDIS (1 << 5) macro
33 USB_FUNCTION_RNDIS | USB_FUNCTION_STORAGE | USB_FUNCTION_MANUFACTURE)
/drivers/peripheral/usb/test/unittest/hal/src/
H A Dusbd_function_test.cpp215 auto ret = g_usbInterface->SetCurrentFunctions(USB_FUNCTION_RNDIS); in HWTEST_F()
243 int32_t funcs = USB_FUNCTION_RNDIS | USB_FUNCTION_HDC; in HWTEST_F()
333 int32_t funcs = USB_FUNCTION_MTP | USB_FUNCTION_RNDIS; in HWTEST_F()
348 int32_t funcs = USB_FUNCTION_PTP | USB_FUNCTION_RNDIS; in HWTEST_F()
/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_function.cpp524 case USB_FUNCTION_RNDIS: in UsbdSetKernelFunction()
530 case USB_FUNCTION_RNDIS | USB_FUNCTION_HDC: in UsbdSetKernelFunction()
600 if ((funcs | USB_FUNCTION_SUPPORT) != USB_FUNCTION_SUPPORT && funcs != (USB_FUNCTION_HDC + USB_FUNCTION_RNDIS) && in UsbdUpdateFunction()
H A Dusb_impl.cpp64 {HDC_CONFIG_RNDIS, USB_FUNCTION_RNDIS},
66 {HDC_CONFIG_RNDIS_HDC, USB_FUNCTION_HDC + USB_FUNCTION_RNDIS},

Completed in 6 milliseconds