Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/hda/
Dhda_codec.h730 struct hda_cache_rec { struct
825 struct hda_cache_rec amp_cache; /* cache for amp access */
826 struct hda_cache_rec cmd_cache; /* cache for other commands */
Dhda_codec.c1143 static void init_hda_cache(struct hda_cache_rec *cache,
1145 static void free_hda_cache(struct hda_cache_rec *cache);
1554 static void /*__devinit*/ init_hda_cache(struct hda_cache_rec *cache, in init_hda_cache()
1562 static void free_hda_cache(struct hda_cache_rec *cache) in free_hda_cache()
1568 static struct hda_cache_head *get_hash(struct hda_cache_rec *cache, u32 key) in get_hash()
1584 static struct hda_cache_head *get_alloc_hash(struct hda_cache_rec *cache, in get_alloc_hash()