Searched refs:USB_DDK_DT_ENDPOINT (Results 1 – 6 of 6) sorted by relevance
/drivers/peripheral/usb/test/unittest/device_sdk/ |
D | usb_device_cdcacm_test.cpp | 106 .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/ |
D | usb_device_lite_cdcacm_test.c | 98 .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/ |
D | usb_ddk.h | 375 #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/ |
D | usb_config_desc_parser.cpp | 45 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/ |
D | usb_raw_api_library.c | 195 … 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/ |
D | usbfn_cfg_mgr.c | 525 case USB_DDK_DT_ENDPOINT: in UsbFnCfgMgrParseDescriptor()
|