Lines Matching defs:oterm
72 struct usb_audio_term oterm;
1588 struct usb_audio_term *oterm,
1677 if (!len && oterm)
1678 len = get_term_name(mixer->chip, oterm,
1694 if (!mapped_name && oterm && !(oterm->type >> 16)) {
1695 if ((oterm->type & 0xff00) == 0x0100)
1766 iterm, &state->oterm, unitid, nameid, readonly_mask);
2753 len = get_term_name(state->chip, &state->oterm,
2763 else if ((state->oterm.type & 0xff00) == 0x0100)
3110 struct usb_audio_term iterm, oterm;
3119 memset(&oterm, 0, sizeof(oterm));
3120 oterm.id = UAC3_BADD_OT_ID3;
3121 oterm.type = UAC_BIDIR_TERMINAL_HEADSET;
3122 build_connector_control(mixer, map->map, &oterm, false);
3169 state.oterm.id = desc->bTerminalID;
3170 state.oterm.type = le16_to_cpu(desc->wTerminalType);
3171 state.oterm.name = desc->iTerminal;
3180 state.oterm.id = desc->bTerminalID;
3181 state.oterm.type = le16_to_cpu(desc->wTerminalType);
3182 state.oterm.name = desc->iTerminal;
3195 if ((state.oterm.type & 0xff00) != 0x0100 &&
3199 &state.oterm, false);
3206 state.oterm.id = desc->bTerminalID;
3207 state.oterm.type = le16_to_cpu(desc->wTerminalType);
3208 state.oterm.name = le16_to_cpu(desc->wTerminalDescrStr);
3221 if ((state.oterm.type & 0xff00) != 0x0100 &&
3225 &state.oterm, false);