Searched refs:UAC_DT_FEATURE_UNIT_SIZE (Results 1 – 3 of 3) sorted by relevance
51 + UAC_DT_OUTPUT_TERMINAL_SIZE + UAC_DT_FEATURE_UNIT_SIZE(0))81 .bLength = UAC_DT_FEATURE_UNIT_SIZE(0),
977 int fu_desc_size = UAC_DT_FEATURE_UNIT_SIZE(channels); in build_fu_desc()
242 #define UAC_DT_FEATURE_UNIT_SIZE(ch) (7 + ((ch) + 1) * 2) macro