Searched refs:hstr (Results 1 – 2 of 2) sorted by relevance
215 struct hdac_stream *hstr; in azx_pcm_trigger() local223 hstr = azx_stream(azx_dev); in azx_pcm_trigger()273 snd_hdac_stream_sync(hstr, start, sbits); in azx_pcm_trigger()968 struct hdac_stream *hstr; in snd_hda_codec_load_dsp_prepare() local973 hstr = azx_stream(azx_dev); in snd_hda_codec_load_dsp_prepare()975 if (hstr->opened) { in snd_hda_codec_load_dsp_prepare()990 hstr->prepared = 0; in snd_hda_codec_load_dsp_prepare()1013 if (!dmab->area || !hstr->locked) in snd_hda_codec_load_dsp_cleanup()1016 snd_hdac_dsp_cleanup(hstr, dmab); in snd_hda_codec_load_dsp_cleanup()1018 if (hstr->opened) in snd_hda_codec_load_dsp_cleanup()[all …]
1831 unsigned char *hstr, *hptr; in fw_buf_checksum_show() local1840 hstr = kzalloc((SHA256_DIGEST_SIZE * 2) + 1, GFP_KERNEL); in fw_buf_checksum_show()1841 if (!hstr) in fw_buf_checksum_show()1844 hptr = hstr; in fw_buf_checksum_show()1848 written = sysfs_emit(buf, "%s\n", hstr); in fw_buf_checksum_show()1850 kfree(hstr); in fw_buf_checksum_show()