Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/hda/
Dhda_codec.h718 struct hda_cache_head { struct
725 struct hda_cache_head head; argument
Dhda_codec.c1076 init_hda_cache(&codec->cmd_cache, sizeof(struct hda_cache_head)); in snd_hda_codec_new()
1375 static struct hda_cache_head *get_hash(struct hda_cache_rec *cache, u32 key) in get_hash()
1379 struct hda_cache_head *info; in get_hash()
1391 static struct hda_cache_head *get_alloc_hash(struct hda_cache_rec *cache, in get_alloc_hash()
1394 struct hda_cache_head *info = get_hash(cache, key); in get_alloc_hash()
2107 init_hda_cache(&codec->cmd_cache, sizeof(struct hda_cache_head)); in snd_hda_codec_reset()
2889 struct hda_cache_head *c; in snd_hda_codec_write_cache()
2924 struct hda_cache_head *c; in snd_hda_codec_update_cache()
2950 struct hda_cache_head *buffer = codec->cmd_cache.buf.list; in snd_hda_codec_resume_cache()