Home
last modified time | relevance | path

Searched refs:USB_DDK_DT_DEVICE (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h371 #define USB_DDK_DT_DEVICE 0x01 macro
394 #define USB_DDK_DT_CS_DEVICE (USB_DDK_TYPE_CLASS | USB_DDK_DT_DEVICE)
/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp256 .bDescriptorType = USB_DDK_DT_DEVICE,
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c248 .bDescriptorType = USB_DDK_DT_DEVICE,
/drivers/peripheral/usb/serial/src/
H A Dusb_serial.c294 descParams.type = USB_DDK_DT_DEVICE; in GetDeviceDescriptor()
494 controlParams.value = (((uint8_t)USB_DDK_DT_DEVICE) << offset); in SerialCtrlAsyncMsg()
/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_cfg_mgr.c58 if (devDesc->bDescriptorType != USB_DDK_DT_DEVICE) { in UsbFnCfgMgrParseDevDesc()
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp1154 MakeUsbControlParams(&controlParams, buffer, length, static_cast<int32_t>(USB_DDK_DT_DEVICE) << TYPE_OFFSET_8, 0); in GetDeviceDescriptor()

Completed in 12 milliseconds