Searched refs:UAC_DT_AC_HEADER_SIZE (Results 1 – 4 of 4) sorted by relevance
166 #define UAC_DT_AC_HEADER_SIZE(n) (8 + (n)) macro
131 .bLength = UAC_DT_AC_HEADER_SIZE(1),135 .wTotalLength = cpu_to_le16(UAC_DT_AC_HEADER_SIZE(1)),
48 #define UAC_DT_AC_HEADER_LENGTH UAC_DT_AC_HEADER_SIZE(F_AUDIO_NUM_INTERFACES)
1007 ac_header_desc_size = UAC_DT_AC_HEADER_SIZE(num_ifaces); in build_ac_header_desc()