Searched refs:sstream (Results 1 – 2 of 2) sorted by relevance
14 static void sof_set_transferred_bytes(struct sof_compr_stream *sstream, in sof_set_transferred_bytes() argument20 div64_u64_rem(sstream->copied_total, buffer_size, &prev_pos); in sof_set_transferred_bytes()27 sstream->copied_total += copied; in sof_set_transferred_bytes()52 struct sof_compr_stream *sstream; in snd_sof_compr_fragment_elapsed() local60 sstream = crtd->private_data; in snd_sof_compr_fragment_elapsed()70 sof_set_transferred_bytes(sstream, spcm->stream[cstream->direction].posn.host_posn, in snd_sof_compr_fragment_elapsed()99 struct sof_compr_stream *sstream; in sof_compr_open() local103 sstream = kzalloc(sizeof(*sstream), GFP_KERNEL); in sof_compr_open()104 if (!sstream) in sof_compr_open()109 kfree(sstream); in sof_compr_open()[all …]
1244 struct hdac_ext_stream *sstream = get_hdac_ext_stream(substream); in skl_platform_soc_get_time_info() local1245 struct hdac_stream *hstr = hdac_stream(sstream); in skl_platform_soc_get_time_info()