Home
last modified time | relevance | path

Searched refs:USB_DDK_DT_ENDPOINT_AUDIO_SIZE (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/common/
Dusb_ddk.h406 #define USB_DDK_DT_ENDPOINT_AUDIO_SIZE 0x09 macro
/drivers/peripheral/usb/ddk/host/src/
Dusb_raw_api_library.c286 …ret = memcpy_s(dest, sizeof(struct UsbEndpointDescriptor), source, USB_DDK_DT_ENDPOINT_AUDIO_SIZE); in ParseDescriptor()
331 if (header->bLength >= USB_DDK_DT_ENDPOINT_AUDIO_SIZE) { in ParseEndpoint()
/drivers/peripheral/usb/ddk/device/src/
Dusbfn_cfg_mgr.c323 if (desc->bLength == USB_DDK_DT_ENDPOINT_AUDIO_SIZE) { in UsbFnCfgMgrParseEndpointDesc()