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

/system/wlan/ti/wilink_6_1/Txn/
H A DWspiBusDrv.c76 TTxnDoneCb fTxnConnectDoneCb; /* The callback to call upon full transaction completion. */ member in struct:_TBusDrvObj
218 pBusDrv->fTxnConnectDoneCb = fConnectCbFunc;
385 TRACE2(pBusDrv->hReport, REPORT_SEVERITY_ERROR, "ConnectDone_CB : Status = %d, fTxnConnectDoneCb = 0x%x\n", status,pBusDrv->fTxnConnectDoneCb);
396 pBusDrv->fTxnConnectDoneCb(pBusDrv->hCbHandle,pBusDrv->pCurrTxn);

Completed in 512 milliseconds