Home
last modified time | relevance | path

Searched refs:WILC_MsgQueueHandle (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_msgqueue.h28 } WILC_MsgQueueHandle; typedef
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);
Dwilc_msgqueue.c14 int wilc_mq_create(WILC_MsgQueueHandle *pHandle) in wilc_mq_create()
30 int wilc_mq_destroy(WILC_MsgQueueHandle *pHandle) in wilc_mq_destroy()
56 int wilc_mq_send(WILC_MsgQueueHandle *pHandle, in wilc_mq_send()
113 int wilc_mq_recv(WILC_MsgQueueHandle *pHandle, in wilc_mq_recv()
Dhost_interface.c239 static WILC_MsgQueueHandle hif_msg_q;