Lines Matching defs:verb
171 typedef uint32_t (*verb_func_t)(struct hda_codec_softc *sc, uint16_t verb,
215 uint16_t verb, uint16_t payload);
219 uint16_t verb, uint16_t payload);
224 uint16_t verb, uint16_t payload);
504 uint16_t verb = 0, payload = 0;
514 verb = (cmd_data >> HDA_CMD_VERB_12BIT_SHIFT) & 0x0fff;
519 verb = (cmd_data >> HDA_CMD_VERB_4BIT_SHIFT) & 0x0f;
543 switch (verb) {
566 res = sc->verb_handlers[nid](sc, verb, payload);
568 DPRINTF("Unknown VERB: 0x%x", verb);
572 DPRINTF("cad: 0x%x nid: 0x%x verb: 0x%x payload: 0x%x response: 0x%x",
573 cad, nid, verb, payload, res);
667 hda_codec_audio_output_nid(struct hda_codec_softc *sc, uint16_t verb,
673 res = hda_codec_audio_inout_nid(st, verb, payload);
728 hda_codec_audio_input_nid(struct hda_codec_softc *sc, uint16_t verb,
734 res = hda_codec_audio_inout_nid(st, verb, payload);
787 hda_codec_audio_inout_nid(struct hda_codec_stream *st, uint16_t verb,
794 DPRINTF("%s verb: 0x%x, payload, 0x%x", st->actx.name, verb, payload);
796 switch (verb) {
842 DPRINTF("Unknown VERB: 0x%x", verb);