Home
last modified time | relevance | path

Searched refs:pHandle (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_msgqueue.c14 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 …]
Dwilc_msgqueue.h43 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/
Dqca-qca7000-spi.txt15 - interrupt-parent : Specify the pHandle of the source interrupt
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dst,spear3xx-shirq.txt35 - interrupt-parent: pHandle of the parent interrupt controller, if not
Dsamsung,exynos4210-combiner.txt35 - interrupt-parent: pHandle of the parent interrupt controller, if not
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c4993 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()