D | usb_audio_internal.h | 313 #define DECLARE_HEADER(dev, i, ifaces) \ argument 321 uint8_t baInterfaceNr[ifaces]; \ 351 #define DECLARE_DESCRIPTOR(dev, i, ifaces) \ argument 352 DECLARE_HEADER(dev, i, ifaces); \ 369 #define DECLARE_DESCRIPTOR_BIDIR(dev, i, ifaces) \ argument 370 DECLARE_HEADER(dev, i, ifaces); \ 410 #define INIT_CS_AC_IF(dev, i, ifaces) \ argument 421 .bInCollection = ifaces, \ 425 #define INIT_CS_AC_IF_BIDIR(dev, i, ifaces) \ argument 437 .bInCollection = ifaces, \
|