Searched refs:cmd_cache (Results 1 – 2 of 2) sorted by relevance
1027 free_hda_cache(&codec->cmd_cache); in snd_hda_codec_free()1076 init_hda_cache(&codec->cmd_cache, sizeof(struct hda_cache_head)); in snd_hda_codec_new()2105 free_hda_cache(&codec->cmd_cache); in snd_hda_codec_reset()2107 init_hda_cache(&codec->cmd_cache, sizeof(struct hda_cache_head)); in snd_hda_codec_reset()2899 c = get_alloc_hash(&codec->cmd_cache, key); in snd_hda_codec_write_cache()2932 c = get_hash(&codec->cmd_cache, key); in snd_hda_codec_update_cache()2950 struct hda_cache_head *buffer = codec->cmd_cache.buf.list; in snd_hda_codec_resume_cache()2953 for (i = 0; i < codec->cmd_cache.buf.used; i++, buffer++) { in snd_hda_codec_resume_cache()
826 struct hda_cache_rec cmd_cache; /* cache for other commands */ member