Home
last modified time | relevance | path

Searched refs:USB_DDK_DT_ENDPOINT (Results 1 – 6 of 6) sorted by relevance

/drivers/peripheral/usb/test/unittest/device_sdk/
Dusb_device_cdcacm_test.cpp106 .bDescriptorType = USB_DDK_DT_ENDPOINT,
115 .bDescriptorType = USB_DDK_DT_ENDPOINT,
122 .bDescriptorType = USB_DDK_DT_ENDPOINT,
143 .bDescriptorType = USB_DDK_DT_ENDPOINT,
152 .bDescriptorType = USB_DDK_DT_ENDPOINT,
160 .bDescriptorType = USB_DDK_DT_ENDPOINT,
182 .bDescriptorType = USB_DDK_DT_ENDPOINT,
190 .bDescriptorType = USB_DDK_DT_ENDPOINT,
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
Dusb_device_lite_cdcacm_test.c98 .bDescriptorType = USB_DDK_DT_ENDPOINT,
107 .bDescriptorType = USB_DDK_DT_ENDPOINT,
114 .bDescriptorType = USB_DDK_DT_ENDPOINT,
135 .bDescriptorType = USB_DDK_DT_ENDPOINT,
144 .bDescriptorType = USB_DDK_DT_ENDPOINT,
152 .bDescriptorType = USB_DDK_DT_ENDPOINT,
174 .bDescriptorType = USB_DDK_DT_ENDPOINT,
182 .bDescriptorType = USB_DDK_DT_ENDPOINT,
/drivers/peripheral/usb/interfaces/ddk/common/
Dusb_ddk.h375 #define USB_DDK_DT_ENDPOINT 0x05 macro
398 #define USB_DDK_DT_CS_ENDPOINT (USB_DDK_TYPE_CLASS | USB_DDK_DT_ENDPOINT)
/drivers/external_device_manager/frameworks/ddk/usb/
Dusb_config_desc_parser.cpp45 constexpr int32_t USB_DDK_DT_ENDPOINT = 0x05; variable
120 …eader->bDescriptorType == USB_DDK_DT_INTERFACE || header->bDescriptorType == USB_DDK_DT_ENDPOINT) { in FindNextDescriptor()
181 if ((header->bDescriptorType != USB_DDK_DT_ENDPOINT) || (header->bLength > size)) { in ParseEndpoint()
/drivers/peripheral/usb/ddk/host/src/
Dusb_raw_api_library.c195 … if (h->bDescriptorType == USB_DDK_DT_INTERFACE || h->bDescriptorType == USB_DDK_DT_ENDPOINT) { in FindNextDescriptor()
322 if ((header->bDescriptorType != USB_DDK_DT_ENDPOINT) || (header->bLength > size)) { in ParseEndpoint()
/drivers/peripheral/usb/ddk/device/src/
Dusbfn_cfg_mgr.c525 case USB_DDK_DT_ENDPOINT: in UsbFnCfgMgrParseDescriptor()