Searched refs:DESCRIPTOR_NAME (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_uac2_macros.h | 118 #define DESCRIPTOR_NAME(prefix, node) uac2_## prefix ## _ ## node macro 354 static uint8_t DESCRIPTOR_NAME(ac_entity, entity)[] = { \ 361 (struct usb_desc_header *) &DESCRIPTOR_NAME(ac_entity, entity), \ 460 static uint8_t DESCRIPTOR_NAME(as_general_desc, node)[] = { \ 463 static uint8_t DESCRIPTOR_NAME(as_format_desc, node)[] = { \ 469 (struct usb_desc_header *) &DESCRIPTOR_NAME(as_general_desc, node), \ 470 (struct usb_desc_header *) &DESCRIPTOR_NAME(as_format_desc, node), 483 static uint8_t DESCRIPTOR_NAME(ac_header, node)[] = { \ 488 (struct usb_desc_header *) &DESCRIPTOR_NAME(ac_header, node), 516 static uint8_t DESCRIPTOR_NAME(fs_iad, node)[] = { \ [all …]
|