Home
last modified time | relevance | path

Searched refs:USB_DDK_DT_CONFIG (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h372 #define USB_DDK_DT_CONFIG 0x02 macro
395 #define USB_DDK_DT_CS_CONFIG (USB_DDK_TYPE_CLASS | USB_DDK_DT_CONFIG)
/drivers/external_device_manager/frameworks/ddk/usb/
H A Dusb_config_desc_parser.cpp43 constexpr int32_t USB_DDK_DT_CONFIG = 0x02; member
497 if ((config.configDescriptor.bDescriptorType != USB_DDK_DT_CONFIG) || in ParseConfiguration()
/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp170 if ((configDesc->bDescriptorType != USB_DDK_DT_CONFIG) || (configDesc->bLength < USB_DDK_DT_CONFIG_SIZE)) { in OsParseConfigDescriptors()
/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c275 if ((configDesc->bDescriptorType != USB_DDK_DT_CONFIG) || (configDesc->bLength < USB_DDK_DT_CONFIG_SIZE)) { in OsParseConfigDescriptors()
H A Dusb_raw_api_library.c599 if ((config->configDescriptor.bDescriptorType != USB_DDK_DT_CONFIG) || in ParseConfiguration()
H A Dliteos_adapter.c350 if ((configDesc->bDescriptorType != USB_DDK_DT_CONFIG) || (configDesc->bLength < USB_DDK_DT_CONFIG_SIZE)) { in OsParseConfigDescriptors()
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp1202 &controlParams, buffer, length, (static_cast<int32_t>(USB_DDK_DT_CONFIG) << TYPE_OFFSET_8) + descId, 0); in GetConfigDescriptor()

Completed in 14 milliseconds