Home | History | Annotate | Download | only in Txn

Lines Matching defs:cb

198  * \param  fCbFunc    - CB function for Async transaction completion (after all txn parts are completed).
199 * \param hCbArg - The CB function handle
213 WSPI_CB_T cb;
226 cb.CBFunc = ConnectDone_CB;/* The BusTxn callback called upon Async transaction end. */
227 cb.CBArg = hBusDrv; /* The handle for the BusDrv. */
230 iStatus = WSPI_Configure(pBusDrv->hWspi, pBusDrv->hReport, &wspi_config, &cb);
280 WSPI_CB_T cb;
285 cb.CBFunc = asyncEnded_CB; /* The BusTxn callback called upon Async transaction end. */
286 cb.CBArg = hBusDrv; /* The handle for the BusTxnCB. */
304 pBusDrv->eCurrTxnStatus = WSPI_WriteAsync(pBusDrv->hWspi, pTxn->uHwAddr,tempWriteBuff,pTxn->aLen[0], &cb, TI_TRUE, TI_TRUE,TXN_PARAM_GET_FIXED_ADDR(pTxn));
319 pBusDrv->eCurrTxnStatus = WSPI_ReadAsync(pBusDrv->hWspi, pTxn->uHwAddr,tempReadBuff,pTxn->aLen[0], &cb, TI_TRUE, TI_TRUE,TXN_PARAM_GET_FIXED_ADDR(pTxn));
348 /* If the last transaction failed, call failure CB and exit. */
357 TRACE2(pBusDrv->hReport, REPORT_SEVERITY_INFORMATION,"asyncEnded_CB: Successful async cb done pBusDrv->pCurrTxn %x\n", pBusDrv->pCurrTxn);
360 /* Call the upper layer CB */
382 /* If the last transaction failed, call failure CB and exit. */
391 TRACE1 (pBusDrv->hReport, REPORT_SEVERITY_INIT, "ConnectDone_CB: Successful Connect Async cb done \n");
394 /* Call the upper layer CB */