Lines Matching refs:hstream
66 struct hdac_stream *hstream = hdac_stream(stream);
67 struct hdac_bus *bus = hstream->bus;
129 struct hdac_stream *hstream;
133 hstream = snd_hdac_get_stream(bus, params->stream,
135 if (!hstream)
138 stream = stream_to_hdac_ext_stream(hstream);
176 struct hdac_stream *hstream;
181 hstream = snd_hdac_get_stream(bus, params->stream,
183 if (!hstream)
186 stream = stream_to_hdac_ext_stream(hstream);
198 stream_tag = hstream->stream_tag;
199 if (stream->hstream.direction == SNDRV_PCM_STREAM_PLAYBACK) {
473 struct hdac_stream *hstream = hdac_stream(stream);
491 snd_hdac_stream_drsm_enable(bus, true, hstream->index);
492 snd_hdac_stream_set_dpibr(bus, hstream, hstream->lpib);
493 snd_hdac_stream_set_lpib(hstream, hstream->lpib);
525 hstream->dpib = readl(bus->remap_addr +
528 hstream->index));
530 hstream->lpib = snd_hdac_stream_get_pos_lpib(hstream);
1175 struct hdac_ext_stream *hstream = get_hdac_ext_stream(substream);
1203 hdac_stream(hstream)->index));
1209 hdac_stream(hstream)->index));
1210 pos = snd_hdac_stream_get_pos_posbuf(hdac_stream(hstream));
1213 if (pos >= hdac_stream(hstream)->bufsize)