Home
last modified time | relevance | path

Searched refs:p_cache (Results 1 – 4 of 4) sorted by relevance

/sound/pci/asihpi/
Dhpicmn.c195 if (!pC->p_cache) in control_cache_alloc_check()
202 p_master_cache = (char *)pC->p_cache; in control_cache_alloc_check()
271 struct hpi_control_cache *p_cache, struct hpi_control_cache_info **pI) in find_control() argument
273 if (!control_cache_alloc_check(p_cache)) { in find_control()
280 *pI = p_cache->p_info[control_index]; in find_control()
312 short hpi_check_control_cache(struct hpi_control_cache *p_cache, in hpi_check_control_cache() argument
319 if (!find_control(phm->obj_index, p_cache, &pI)) { in hpi_check_control_cache()
552 void hpi_cmn_control_cache_sync_to_msg(struct hpi_control_cache *p_cache, in hpi_cmn_control_cache_sync_to_msg() argument
561 if (!find_control(phm->obj_index, p_cache, &pI)) { in hpi_cmn_control_cache_sync_to_msg()
635 struct hpi_control_cache *p_cache = in hpi_alloc_control_cache() local
[all …]
Dhpicmn.h47 u8 *p_cache; member
60 void hpi_free_control_cache(struct hpi_control_cache *p_cache);
Dhpi6000.c153 struct hpi_control_cache *p_cache; member
253 if (hpi_check_control_cache(phw->p_cache, phm, phr)) in control_message()
260 hpi_cmn_control_cache_sync_to_msg(phw->p_cache, phm, phr); in control_message()
577 phw->p_cache = in create_adapter_obj()
582 if (phw->p_cache) in create_adapter_obj()
589 if (phw->p_cache) in create_adapter_obj()
590 phw->p_cache->adap_idx = pao->index; in create_adapter_obj()
600 hpi_free_control_cache(phw->p_cache); in delete_adapter_obj()
Dhpi6205.c133 struct hpi_control_cache *p_cache; member
253 if (hpi_check_control_cache(phw->p_cache, phm, phr)) { in control_message()
270 hpi_cmn_control_cache_sync_to_msg(phw->p_cache, phm, in control_message()
607 phw->p_cache = in create_adapter_obj()
613 if (!phw->p_cache) in create_adapter_obj()
671 if (phw->p_cache) in create_adapter_obj()
672 phw->p_cache->adap_idx = pao->index; in create_adapter_obj()
690 hpi_free_control_cache(phw->p_cache); in delete_adapter_obj()