Lines Matching defs:oterm
72 struct usb_audio_term oterm;
1667 struct usb_audio_term *oterm,
1756 if (!len && oterm)
1757 len = get_term_name(mixer->chip, oterm,
1773 if (!mapped_name && oterm && !(oterm->type >> 16)) {
1774 if ((oterm->type & 0xff00) == 0x0100)
1845 iterm, &state->oterm, unitid, nameid, readonly_mask);
2854 len = get_term_name(state->chip, &state->oterm,
2864 else if ((state->oterm.type & 0xff00) == 0x0100)
3211 struct usb_audio_term iterm, oterm;
3220 memset(&oterm, 0, sizeof(oterm));
3221 oterm.id = UAC3_BADD_OT_ID3;
3222 oterm.type = UAC_BIDIR_TERMINAL_HEADSET;
3223 build_connector_control(mixer, map->map, &oterm, false);
3269 state.oterm.id = desc->bTerminalID;
3270 state.oterm.type = le16_to_cpu(desc->wTerminalType);
3271 state.oterm.name = desc->iTerminal;
3280 state.oterm.id = desc->bTerminalID;
3281 state.oterm.type = le16_to_cpu(desc->wTerminalType);
3282 state.oterm.name = desc->iTerminal;
3295 if ((state.oterm.type & 0xff00) != 0x0100 &&
3299 &state.oterm, false);
3306 state.oterm.id = desc->bTerminalID;
3307 state.oterm.type = le16_to_cpu(desc->wTerminalType);
3308 state.oterm.name = le16_to_cpu(desc->wTerminalDescrStr);
3321 if ((state.oterm.type & 0xff00) != 0x0100 &&
3325 &state.oterm, false);