Home
last modified time | relevance | path

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

/Linux-v4.19/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()
211 if (control_index >= pC->control_count) { in control_cache_alloc_check()
[all …]
Dhpicmn.h63 short hpi_check_control_cache(struct hpi_control_cache *pC,
66 short hpi_check_control_cache_single(struct hpi_control_cache_single *pC,
74 void hpi_cmn_control_cache_sync_to_msg(struct hpi_control_cache *pC,
78 *pC, struct hpi_message *phm, struct hpi_response *phr);
/Linux-v4.19/drivers/isdn/hardware/eicon/
Ddebug.c56 static void diva_change_management_debug_mask(diva_maint_client_t *pC, dword old_mask);
1128 diva_maint_client_t *pC = (diva_maint_client_t *)AdapterHandle; in SuperTraceReadRequest() local
1130 if (pC && pC->pIdiLib && pC->request) { in SuperTraceReadRequest()
1131 ENTITY *e = (ENTITY *)(*(pC->pIdiLib->DivaSTraceGetHandle))(pC->pIdiLib->hLib); in SuperTraceReadRequest()
1132 byte *xdata = (byte *)&pC->xbuffer[0]; in SuperTraceReadRequest()
1147 pC->request_pending = 1; in SuperTraceReadRequest()
1157 diva_maint_client_t *pC = (diva_maint_client_t *)AdapterHandle; in SuperTraceGetNumberOfChannels() local
1159 return (pC->channels); in SuperTraceGetNumberOfChannels()
1166 diva_maint_client_t *pC = (diva_maint_client_t *)AdapterHandle; in SuperTraceASSIGN() local
1168 if (pC && pC->pIdiLib && pC->request) { in SuperTraceASSIGN()
[all …]
/Linux-v4.19/Documentation/core-api/
Dprintk-formats.rst420 %pC pll1
423 For printing struct clk structures. %pC and %pCn print the name