Lines Matching defs:term
642 struct uac2_input_terminal_descriptor *term = NULL;
644 while ((term = snd_usb_find_csint_desc(ctrl_iface->extra,
646 term, UAC_INPUT_TERMINAL))) {
647 if (!snd_usb_validate_audio_desc(term, protocol))
649 if (term->bTerminalID == terminal_id)
650 return term;
661 struct uac2_output_terminal_descriptor *term = NULL;
663 while ((term = snd_usb_find_csint_desc(ctrl_iface->extra,
665 term, UAC_OUTPUT_TERMINAL))) {
666 if (!snd_usb_validate_audio_desc(term, protocol))
668 if (term->bTerminalID == terminal_id)
669 return term;