Lines Matching defs:term
654 struct uac2_input_terminal_descriptor *term = NULL;
656 while ((term = snd_usb_find_csint_desc(ctrl_iface->extra,
658 term, UAC_INPUT_TERMINAL))) {
659 if (!snd_usb_validate_audio_desc(term, protocol))
661 if (term->bTerminalID == terminal_id)
662 return term;
673 struct uac2_output_terminal_descriptor *term = NULL;
675 while ((term = snd_usb_find_csint_desc(ctrl_iface->extra,
677 term, UAC_OUTPUT_TERMINAL))) {
678 if (!snd_usb_validate_audio_desc(term, protocol))
680 if (term->bTerminalID == terminal_id)
681 return term;