Searched refs:pHandle (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/wilc1000/ |
D | wilc_msgqueue.c | 14 int wilc_mq_create(WILC_MsgQueueHandle *pHandle) in wilc_mq_create() argument 16 spin_lock_init(&pHandle->strCriticalSection); in wilc_mq_create() 17 sema_init(&pHandle->hSem, 0); in wilc_mq_create() 18 pHandle->pstrMessageList = NULL; in wilc_mq_create() 19 pHandle->u32ReceiversCount = 0; in wilc_mq_create() 20 pHandle->bExiting = false; in wilc_mq_create() 30 int wilc_mq_destroy(WILC_MsgQueueHandle *pHandle) in wilc_mq_destroy() argument 32 pHandle->bExiting = true; in wilc_mq_destroy() 35 while (pHandle->u32ReceiversCount > 0) { in wilc_mq_destroy() 36 up(&pHandle->hSem); in wilc_mq_destroy() [all …]
|
D | wilc_msgqueue.h | 43 int wilc_mq_create(WILC_MsgQueueHandle *pHandle); 60 int wilc_mq_send(WILC_MsgQueueHandle *pHandle, 79 int wilc_mq_recv(WILC_MsgQueueHandle *pHandle, 92 int wilc_mq_destroy(WILC_MsgQueueHandle *pHandle);
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | qca-qca7000-spi.txt | 15 - interrupt-parent : Specify the pHandle of the source interrupt
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | st,spear3xx-shirq.txt | 35 - interrupt-parent: pHandle of the parent interrupt controller, if not
|
D | samsung,exynos4210-combiner.txt | 35 - interrupt-parent: pHandle of the parent interrupt controller, if not
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 4993 u16 *pu2Temp, *pPackets, *pHandle, *pDblocks; in BTHCI_EventNumOfCompletedDataBlocks() local 5011 pHandle = (u16 *)&pTriple[0]; /* Handle[i] */ in BTHCI_EventNumOfCompletedDataBlocks() 5014 *pHandle = pBTInfo->BtAsocEntry[j].LogLinkCmdData[i].BtLogLinkhandle; in BTHCI_EventNumOfCompletedDataBlocks() 5021 *pHandle, *pPackets, *pDblocks)); in BTHCI_EventNumOfCompletedDataBlocks()
|