Home
last modified time | relevance | path

Searched refs:cmd_cache (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/sound/pci/hda/
Dhda_codec.c1215 free_hda_cache(&codec->cmd_cache); in snd_hda_codec_free()
1264 init_hda_cache(&codec->cmd_cache, sizeof(struct hda_cache_head)); in snd_hda_codec_new()
2290 free_hda_cache(&codec->cmd_cache); in snd_hda_codec_reset()
2292 init_hda_cache(&codec->cmd_cache, sizeof(struct hda_cache_head)); in snd_hda_codec_reset()
3326 c = get_alloc_hash(&codec->cmd_cache, key); in snd_hda_codec_write_cache()
3359 c = get_hash(&codec->cmd_cache, key); in snd_hda_codec_update_cache()
3377 struct hda_cache_head *buffer = codec->cmd_cache.buf.list; in snd_hda_codec_resume_cache()
3380 for (i = 0; i < codec->cmd_cache.buf.used; i++, buffer++) { in snd_hda_codec_resume_cache()
Dhda_codec.h826 struct hda_cache_rec cmd_cache; /* cache for other commands */ member