Home
last modified time | relevance | path

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

/sound/pci/asihpi/
Dhpicmn.c185 static unsigned int control_cache_alloc_check(struct hpi_control_cache *pC) in control_cache_alloc_check() argument
189 if (!pC) in control_cache_alloc_check()
192 if (pC->init) in control_cache_alloc_check()
193 return pC->init; in control_cache_alloc_check()
195 if (!pC->p_cache) in control_cache_alloc_check()
198 if (pC->control_count && pC->cache_size_in_bytes) { in control_cache_alloc_check()
202 p_master_cache = (char *)pC->p_cache; in control_cache_alloc_check()
204 pC->control_count); in control_cache_alloc_check()
205 for (i = 0; i < pC->control_count; i++) { in control_cache_alloc_check()
214 pC->adap_idx); in control_cache_alloc_check()
[all …]
Dhpicmn.h56 short hpi_check_control_cache(struct hpi_control_cache *pC,
62 void hpi_cmn_control_cache_sync_to_msg(struct hpi_control_cache *pC,