Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/isdn/hardware/eicon/
Ddebug.c55 static void diva_change_management_debug_mask(diva_maint_client_t *pC, dword old_mask);
1131 diva_maint_client_t *pC = (diva_maint_client_t *)AdapterHandle; in SuperTraceReadRequest() local
1133 if (pC && pC->pIdiLib && pC->request) { in SuperTraceReadRequest()
1134 ENTITY *e = (ENTITY *)(*(pC->pIdiLib->DivaSTraceGetHandle))(pC->pIdiLib->hLib); in SuperTraceReadRequest()
1135 byte *xdata = (byte *)&pC->xbuffer[0]; in SuperTraceReadRequest()
1150 pC->request_pending = 1; in SuperTraceReadRequest()
1160 diva_maint_client_t *pC = (diva_maint_client_t *)AdapterHandle; in SuperTraceGetNumberOfChannels() local
1162 return (pC->channels); in SuperTraceGetNumberOfChannels()
1169 diva_maint_client_t *pC = (diva_maint_client_t *)AdapterHandle; in SuperTraceASSIGN() local
1171 if (pC && pC->pIdiLib && pC->request) { in SuperTraceASSIGN()
[all …]
/linux-4.1.27/drivers/staging/skein/
Dskein_block.c225 #define ROUND1024(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, pA, pB, pC, pD, pE, \ argument
246 X##pC += X##pD; \
248 X##pD ^= X##pC; \
255 #define R1024(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, pA, pB, pC, pD, pE, pF, \ argument
257 ROUND1024(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, pA, pB, pC, pD, pE, \
281 #define R1024(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, pA, pB, pC, pD, pE, pF, \ argument
283 ROUND1024(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, pA, pB, pC, pD, pE, \
/linux-4.1.27/Documentation/
Dprintk-formats.txt266 %pC pll1
270 For printing struct clk structures. '%pC' and '%pCn' print the name