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

/system/wlan/ti/wilink_6_1/Txn/
H A 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 in struct:__anon1447
H A DTxnQueue.h141 * \param hCbHandle - The callback handle
155 TI_HANDLE hCbHandle);
H A DWspiBusDrv.c71 TI_HANDLE hCbHandle; /* The callback handle */ member in struct:_TBusDrvObj
217 pBusDrv->hCbHandle = hCbArg;
362 pBusDrv->fTxnDoneCb(pBusDrv->hCbHandle,pBusDrv->pCurrTxn);
396 pBusDrv->fTxnConnectDoneCb(pBusDrv->hCbHandle,pBusDrv->pCurrTxn);
H A DTxnQueue.c98 TI_HANDLE hCbHandle; /* The callback handle */ member in struct:__anon1456
171 pTxnQ->aFuncInfo[i].hCbHandle = NULL;
248 TI_HANDLE hCbHandle)
265 pTxnQ->aFuncInfo[uFuncId].hCbHandle = hCbHandle;
314 pTxnQ->aFuncInfo[uFuncId].hCbHandle = NULL;
493 pTxnQ->aFuncInfo[uFuncId].fTxnQueueDoneCb (pTxnQ->aFuncInfo[uFuncId].hCbHandle, pTxn);
672 TI_HANDLE hCbHandle; local
687 hCbHandle = pTxnQ->aFuncInfo[uFuncId].hCbHandle;
244 txnQ_Open(TI_HANDLE hTxnQ, TI_UINT32 uFuncId, TI_UINT32 uNumPrios, TTxnQueueDoneCb fTxnQueueDoneCb, TI_HANDLE hCbHandle) argument
[all...]
H A DSdioBusDrv.c85 TI_HANDLE hCbHandle; /* The callback handle */ member in struct:_TBusDrvObj
218 pBusDrv->hCbHandle = hCbArg;
517 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pTxn);
552 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pTxn);
581 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pBusDrv->pCurrTxn);
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
H A DtxXfer.c221 pTxn->hCbHandle = hTxXfer;
H A DRxXfer.c719 pTxn->hCbHandle = hRxXfer;
791 pTxn->hCbHandle = hRxXfer;
/system/wlan/ti/wilink_6_1/TWD/TwIf/
H A DTwIf.c928 ((TTxnDoneCb)(pTxn->fTxnDoneCb)) (pTxn->hCbHandle, pTxn);
980 * do not call pTxn->fTxnDoneCb (pTxn->hCbHandle, pTxn) callback

Completed in 87 milliseconds