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
526 hops = hci->hops; in hda_codec_command()
527 assert(hops); in hda_codec_command()
537 if (!hops->response) { in hda_codec_command()
575 return (hops->response(hci, res, HDA_CODEC_RESPONSE_EX_SOL)); in hda_codec_command()
681 const struct hda_ops *hops = NULL; in hda_codec_audio_output_do_transfer() local
691 hops = hci->hops; in hda_codec_audio_output_do_transfer()
692 assert(hops); in hda_codec_audio_output_do_transfer()
697 err = hops->transfer(hci, st->stream, 1, st->buf, sizeof(st->buf)); in hda_codec_audio_output_do_transfer()
742 const struct hda_ops *hops = NULL; in hda_codec_audio_input_do_transfer() local
752 hops = hci->hops; in hda_codec_audio_input_do_transfer()
753 assert(hops); in hda_codec_audio_input_do_transfer()
761 hops->transfer(hci, st->stream, 0, st->buf, sizeof(st->buf)); in hda_codec_audio_input_do_transfer()