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

/hardware/ti/wlan/wl1271/Txn/
H A DBusDrv.h118 pTxn->hCbHandle = (void*)hCB; \
126 typedef void (*TBusDrvTxnDoneCb)(TI_HANDLE hCbHandle, void *pTxn);
129 typedef void (*TTxnQueueDoneCb)(TI_HANDLE hCbHandle, void *pTxn);
132 typedef void (*TTxnDoneCb)(TI_HANDLE hCbHandle, void *pTxn);
141 TI_HANDLE hCbHandle; /* The handle to use when calling fTxnDoneCb */ member in struct:__anon1127
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:__anon1136
177 pTxnQ->aFuncInfo[i].hCbHandle = NULL;
259 TI_HANDLE hCbHandle)
276 pTxnQ->aFuncInfo[uFuncId].hCbHandle = hCbHandle;
325 pTxnQ->aFuncInfo[uFuncId].hCbHandle = NULL;
510 pTxnQ->aFuncInfo[uFuncId].fTxnQueueDoneCb (pTxnQ->aFuncInfo[uFuncId].hCbHandle, pTxn);
701 TI_HANDLE hCbHandle; local
716 hCbHandle = pTxnQ->aFuncInfo[uFuncId].hCbHandle;
255 txnQ_Open(TI_HANDLE hTxnQ, TI_UINT32 uFuncId, TI_UINT32 uNumPrios, TTxnQueueDoneCb fTxnQueueDoneCb, TI_HANDLE hCbHandle) argument
[all...]
H A DTxnQueue.h146 * \param hCbHandle - The callback handle
160 TI_HANDLE hCbHandle);
H A DSdioBusDrv.c82 TI_HANDLE hCbHandle; /* The callback handle */ member in struct:_TBusDrvObj
224 pBusDrv->hCbHandle = hCbArg;
551 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pTxn);
586 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pTxn);
615 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pBusDrv->pCurrTxn);
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
H A DRxXfer.c752 pTxn->hCbHandle = hRxXfer;
819 pTxn->hCbHandle = hRxXfer;
H A DtxXfer.c322 pTxn->hCbHandle = (TI_HANDLE)pTxXfer;
/hardware/ti/wlan/wl1271/TWD/TwIf/
H A DTwIf.c981 ((TTxnDoneCb)(pTxn->fTxnDoneCb)) (pTxn->hCbHandle, pTxn);
1033 * do not call pTxn->fTxnDoneCb (pTxn->hCbHandle, pTxn) callback

Completed in 56 milliseconds