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

/system/wlan/ti/wilink_6_1/Txn/
H A DWspiBusDrv.c86 static void asyncEnded_CB(TI_HANDLE hBusTxn, int status);
285 cb.CBFunc = asyncEnded_CB; /* The BusTxn callback called upon Async transaction end. */
333 * asyncEnded_CB()
345 static void asyncEnded_CB(TI_HANDLE hBusDrv, int status) function
351 TRACE2(pBusDrv->hReport, REPORT_SEVERITY_ERROR, "asyncEnded_CB : Status = %d, fTxnDoneCb = 0x%x\n", status,pBusDrv->fTxnDoneCb);
357 TRACE2(pBusDrv->hReport, REPORT_SEVERITY_INFORMATION,"asyncEnded_CB: Successful async cb done pBusDrv->pCurrTxn %x\n", pBusDrv->pCurrTxn);

Completed in 12 milliseconds