Home
last modified time | relevance | path

Searched refs:hCbHandle (Results 1 – 8 of 8) sorted by relevance

/system/wlan/ti/wilink_6_1/Txn/
DBusDrv.h107 pTxn->hCbHandle = (void*)hCB; \
115 typedef void (*TBusDrvTxnDoneCb)(TI_HANDLE hCbHandle, void *pTxn);
118 typedef void (*TTxnQueueDoneCb)(TI_HANDLE hCbHandle, void *pTxn);
121 typedef void (*TTxnDoneCb)(TI_HANDLE hCbHandle, void *pTxn);
130 TI_HANDLE hCbHandle; /* The handle to use when calling fTxnDoneCb */ member
DTxnQueue.c98 TI_HANDLE hCbHandle; /* The callback handle */ member
171 pTxnQ->aFuncInfo[i].hCbHandle = NULL; in txnQ_Create()
248 TI_HANDLE hCbHandle) in txnQ_Open() argument
265 pTxnQ->aFuncInfo[uFuncId].hCbHandle = hCbHandle; in txnQ_Open()
314 pTxnQ->aFuncInfo[uFuncId].hCbHandle = NULL; in txnQ_Close()
493 pTxnQ->aFuncInfo[uFuncId].fTxnQueueDoneCb (pTxnQ->aFuncInfo[uFuncId].hCbHandle, pTxn); in txnQ_TxnDoneCb()
672 TI_HANDLE hCbHandle; in txnQ_Scheduler() local
687 hCbHandle = pTxnQ->aFuncInfo[uFuncId].hCbHandle; in txnQ_Scheduler()
689 fTxnQueueDoneCb (hCbHandle, pCompletedTxn); in txnQ_Scheduler()
DWspiBusDrv.c71 TI_HANDLE hCbHandle; /* The callback handle */ member
217 pBusDrv->hCbHandle = hCbArg; in busDrv_ConnectBus()
362 pBusDrv->fTxnDoneCb(pBusDrv->hCbHandle,pBusDrv->pCurrTxn); in asyncEnded_CB()
396 pBusDrv->fTxnConnectDoneCb(pBusDrv->hCbHandle,pBusDrv->pCurrTxn); in ConnectDone_CB()
DSdioBusDrv.c85 TI_HANDLE hCbHandle; /* The callback handle */ member
218 pBusDrv->hCbHandle = hCbArg; in busDrv_ConnectBus()
517 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pTxn); in busDrv_SendTxnParts()
552 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pTxn); in busDrv_SendTxnParts()
581 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pBusDrv->pCurrTxn); in busDrv_TxnDoneCb()
DTxnQueue.h155 TI_HANDLE hCbHandle);
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
DtxXfer.c221 pTxn->hCbHandle = hTxXfer; in txXfer_SendPacket()
DRxXfer.c719 pTxn->hCbHandle = hRxXfer; in rxXfer_PktDropTxnDoneCb()
791 pTxn->hCbHandle = hRxXfer; in RxXfer_ReStart()
/system/wlan/ti/wilink_6_1/TWD/TwIf/
DTwIf.c928 ((TTxnDoneCb)(pTxn->fTxnDoneCb)) (pTxn->hCbHandle, pTxn); in twIf_HandleTxnDone()