Searched refs:pC (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | hpicmn.c | 176 static unsigned int control_cache_alloc_check(struct hpi_control_cache *pC) in control_cache_alloc_check() argument 180 if (!pC) in control_cache_alloc_check() 183 if (pC->init) in control_cache_alloc_check() 184 return pC->init; in control_cache_alloc_check() 186 if (!pC->p_cache) in control_cache_alloc_check() 189 if (pC->control_count && pC->cache_size_in_bytes) { in control_cache_alloc_check() 193 p_master_cache = (char *)pC->p_cache; in control_cache_alloc_check() 195 pC->control_count); in control_cache_alloc_check() 196 for (i = 0; i < pC in control_cache_alloc_check() 311 hpi_check_control_cache_single(struct hpi_control_cache_single *pC, struct hpi_message *phm, struct hpi_response *phr) hpi_check_control_cache_single() argument 555 hpi_cmn_control_cache_sync_to_msg_single(struct hpi_control_cache_single *pC, struct hpi_message *phm, struct hpi_response *phr) hpi_cmn_control_cache_sync_to_msg_single() argument 616 struct hpi_control_cache_single *pC; hpi_cmn_control_cache_sync_to_msg() local [all...] |
H A D | hpicmn.h | 52 short hpi_check_control_cache(struct hpi_control_cache *pC, 55 short hpi_check_control_cache_single(struct hpi_control_cache_single *pC, 63 void hpi_cmn_control_cache_sync_to_msg(struct hpi_control_cache *pC, 67 *pC, struct hpi_message *phm, struct hpi_response *phr);
|
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpicmn.c | 176 static unsigned int control_cache_alloc_check(struct hpi_control_cache *pC) in control_cache_alloc_check() argument 180 if (!pC) in control_cache_alloc_check() 183 if (pC->init) in control_cache_alloc_check() 184 return pC->init; in control_cache_alloc_check() 186 if (!pC->p_cache) in control_cache_alloc_check() 189 if (pC->control_count && pC->cache_size_in_bytes) { in control_cache_alloc_check() 193 p_master_cache = (char *)pC->p_cache; in control_cache_alloc_check() 195 pC->control_count); in control_cache_alloc_check() 196 for (i = 0; i < pC in control_cache_alloc_check() 311 hpi_check_control_cache_single(struct hpi_control_cache_single *pC, struct hpi_message *phm, struct hpi_response *phr) hpi_check_control_cache_single() argument 555 hpi_cmn_control_cache_sync_to_msg_single(struct hpi_control_cache_single *pC, struct hpi_message *phm, struct hpi_response *phr) hpi_cmn_control_cache_sync_to_msg_single() argument 616 struct hpi_control_cache_single *pC; hpi_cmn_control_cache_sync_to_msg() local [all...] |
H A D | hpicmn.h | 52 short hpi_check_control_cache(struct hpi_control_cache *pC, 55 short hpi_check_control_cache_single(struct hpi_control_cache_single *pC, 63 void hpi_cmn_control_cache_sync_to_msg(struct hpi_control_cache *pC, 67 *pC, struct hpi_message *phm, struct hpi_response *phr);
|
Completed in 2 milliseconds