Lines Matching refs:hops
466 const struct hda_ops *hops = NULL; in hda_codec_reset() local
473 hops = hci->hops; in hda_codec_reset()
474 assert(hops); in hda_codec_reset()
489 if (!hops->signal) { in hda_codec_reset()
495 return (hops->signal(hci)); in hda_codec_reset()
501 const struct hda_ops *hops = NULL; in hda_codec_command() local
527 hops = hci->hops; in hda_codec_command()
528 assert(hops); in hda_codec_command()
535 if (!hops->response) { in hda_codec_command()
572 return (hops->response(hci, res, HDA_CODEC_RESPONSE_EX_SOL)); in hda_codec_command()
678 const struct hda_ops *hops = NULL; in hda_codec_audio_output_do_transfer() local
688 hops = hci->hops; in hda_codec_audio_output_do_transfer()
689 assert(hops); in hda_codec_audio_output_do_transfer()
694 err = hops->transfer(hci, st->stream, 1, st->buf, sizeof(st->buf)); in hda_codec_audio_output_do_transfer()
739 const struct hda_ops *hops = NULL; in hda_codec_audio_input_do_transfer() local
749 hops = hci->hops; in hda_codec_audio_input_do_transfer()
750 assert(hops); in hda_codec_audio_input_do_transfer()
758 hops->transfer(hci, st->stream, 0, st->buf, sizeof(st->buf)); in hda_codec_audio_input_do_transfer()