Home
last modified time | relevance | path

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

/drivers/external_device_manager/frameworks/ddk/usb/
H A Dusb_config_desc_parser.cpp40 constexpr int32_t USB_DDK_DT_CONFIG_SIZE = 0x09; member
58 return USB_DDK_DT_CONFIG_SIZE; in GetDescriptorLength()
490 if (size < USB_DDK_DT_CONFIG_SIZE) { in ParseConfiguration()
498 (config.configDescriptor.bLength < USB_DDK_DT_CONFIG_SIZE) || in ParseConfiguration()
/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp164 if (descLen < USB_DDK_DT_CONFIG_SIZE) { in OsParseConfigDescriptors()
170 if ((configDesc->bDescriptorType != USB_DDK_DT_CONFIG) || (configDesc->bLength < USB_DDK_DT_CONFIG_SIZE)) { in OsParseConfigDescriptors()
177 if (configLen < USB_DDK_DT_CONFIG_SIZE) { in OsParseConfigDescriptors()
/drivers/peripheral/usb/ddk/host/include/
H A Dusb_raw_api_library.h50 uint8_t buf[USB_DDK_DT_CONFIG_SIZE];
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c226 if (ret < USB_DDK_DT_CONFIG_SIZE) { in GetConfigDescriptor()
260 ret = memcpy_s(dest, sizeof(struct UsbConfigDescriptor), source, USB_DDK_DT_CONFIG_SIZE); in ParseDescriptor()
593 if (size < USB_DDK_DT_CONFIG_SIZE || config == NULL) { in ParseConfiguration()
600 (config->configDescriptor.bLength < USB_DDK_DT_CONFIG_SIZE) || in ParseConfiguration()
H A Dlinux_adapter.c269 if (descLen < USB_DDK_DT_CONFIG_SIZE) { in OsParseConfigDescriptors()
275 if ((configDesc->bDescriptorType != USB_DDK_DT_CONFIG) || (configDesc->bLength < USB_DDK_DT_CONFIG_SIZE)) { in OsParseConfigDescriptors()
282 if (configLen < USB_DDK_DT_CONFIG_SIZE) { in OsParseConfigDescriptors()
H A Dliteos_adapter.c344 if (descLen < USB_DDK_DT_CONFIG_SIZE) { in OsParseConfigDescriptors()
350 if ((configDesc->bDescriptorType != USB_DDK_DT_CONFIG) || (configDesc->bLength < USB_DDK_DT_CONFIG_SIZE)) { in OsParseConfigDescriptors()
357 if (configLen < USB_DDK_DT_CONFIG_SIZE) { in OsParseConfigDescriptors()
/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h404 #define USB_DDK_DT_CONFIG_SIZE 0x09 macro

Completed in 10 milliseconds