HomeSort by relevance Sort by last modified time
    Searched defs:fTxnDoneCb (Results 1 - 6 of 6) sorted by null

  /hardware/ti/wlan/wl1271/Txn/
WspiBusDrv.c 70 TTxnDoneCb fTxnDoneCb; /* The callback to call upon full transaction completion. */
216 pBusDrv->fTxnDoneCb = fCbFunc;
351 TRACE2(pBusDrv->hReport, REPORT_SEVERITY_ERROR, "asyncEnded_CB : Status = %d, fTxnDoneCb = 0x%x\n", status,pBusDrv->fTxnDoneCb);
362 pBusDrv->fTxnDoneCb(pBusDrv->hCbHandle,pBusDrv->pCurrTxn);
SdioBusDrv.c 81 TBusDrvTxnDoneCb fTxnDoneCb; /* The callback to call upon full transaction completion. */
223 pBusDrv->fTxnDoneCb = fCbFunc;
551 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pTxn);
586 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pTxn);
615 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pBusDrv->pCurrTxn);
BusDrv.h 119 pTxn->fTxnDoneCb = (TTxnDoneCb)fCB;
140 TTxnDoneCb fTxnDoneCb; /* CB called by TwIf upon Async Txn completion (may be NULL) */
141 TI_HANDLE hCbHandle; /* The handle to use when calling fTxnDoneCb */
  /system/wlan/ti/wilink_6_1/Txn/
WspiBusDrv.c 70 TTxnDoneCb fTxnDoneCb; /* The callback to call upon full transaction completion. */
216 pBusDrv->fTxnDoneCb = fCbFunc;
351 TRACE2(pBusDrv->hReport, REPORT_SEVERITY_ERROR, "asyncEnded_CB : Status = %d, fTxnDoneCb = 0x%x\n", status,pBusDrv->fTxnDoneCb);
362 pBusDrv->fTxnDoneCb(pBusDrv->hCbHandle,pBusDrv->pCurrTxn);
BusDrv.h 108 pTxn->fTxnDoneCb = (void*)fCB;
129 TTxnDoneCb fTxnDoneCb; /* CB called by TwIf upon Async Txn completion (may be NULL) */
130 TI_HANDLE hCbHandle; /* The handle to use when calling fTxnDoneCb */
SdioBusDrv.c 84 TBusDrvTxnDoneCb fTxnDoneCb; /* The callback to call upon full transaction completion. */
217 pBusDrv->fTxnDoneCb = fCbFunc;
517 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pTxn);
552 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pTxn);
581 pBusDrv->fTxnDoneCb (pBusDrv->hCbHandle, pBusDrv->pCurrTxn);

Completed in 162 milliseconds