Lines Matching refs:hdac_stream
300 hdac_stream(link_stream)->stream_tag - 1);
329 snd_hdac_ext_bus_link_clear_stream_id(link, hdac_stream(link_stream)->stream_tag);
362 snd_hdac_ext_bus_link_set_stream_id(link, hdac_stream(link_stream)->stream_tag);
492 __func__, hdac_stream(host_stream)->stream_tag, substream);
533 hdac_stream(host_stream)->bufsize = 0;
534 hdac_stream(host_stream)->period_bytes = 0;
535 hdac_stream(host_stream)->format_val = 0;
544 hdac_stream(host_stream)->stream_tag - 1);
585 snd_hdac_stream_cleanup(hdac_stream(host_stream));
586 hdac_stream(host_stream)->prepared = false;
614 if (hdac_stream(host_stream)->prepared)
617 bus = hdac_stream(host_stream)->bus;
619 snd_hdac_stream_reset(hdac_stream(host_stream));
624 ret = snd_hdac_stream_set_params(hdac_stream(host_stream), format_val);
628 ret = snd_hdac_stream_setup(hdac_stream(host_stream));
636 hdac_stream(host_stream)->prepared = true;
651 bus = hdac_stream(host_stream)->bus;
661 snd_hdac_stream_start(hdac_stream(host_stream));
666 snd_hdac_stream_wait_drsm(hdac_stream(host_stream));
691 snd_hdac_stream_stop(hdac_stream(host_stream));
884 struct hdac_stream *hstream;
889 hstream = hdac_stream(host_stream);
890 bus = hdac_stream(host_stream)->bus;
932 hdac_stream(host_stream)->lpib = snd_hdac_stream_get_pos_lpib(hdac_stream(host_stream));
1095 return readl(hdac_stream(stream)->bus->remap_addr + AZX_REG_VS_SDXDPIB_XBASE +
1096 (AZX_REG_VS_SDXDPIB_XINTERVAL * hdac_stream(stream)->index));
1114 if (pos >= hdac_stream(host_stream)->bufsize)