Home
last modified time | relevance | path

Searched refs:suspendState (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c94 srtm_sai_sdma_suspend_state suspendState; /* service state in client suspend. */ member
477 if (((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL))) in SRTM_SaiSdmaAdapter_RxPeriodCopyAndNotify()
565 ((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL))) in SRTM_SaiSdmaAdapter_Transfer()
601 …if ((rtm->suspendState == SRTM_Suspended) && (rtm->dataCallback != NULL) && (chaseIdx != UINT32_MA… in SRTM_SaiSdmaAdapter_RxTransferProc()
682 (rtm->suspendState != SRTM_Suspended))) in SRTM_SaiSdmaTxCallback()
725 if ((rtm->suspendState == SRTM_Suspended) && (rtm->dataCallback != NULL)) in SRTM_SaiSdmaRxCallback()
757 if ((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL)) in SRTM_SaiSdmaRxCallback()
1465 thisRtm->suspendState = SRTM_Suspended; in SRTM_SaiSdmaAdapter_Suspend()
1478 if ((rtm->suspendState == SRTM_NotSuspended) && (rtm->dataCallback != NULL)) in SRTM_SaiSdmaAdapter_HostWakeProc()
1515 thisRtm->suspendState = SRTM_NotSuspended; in SRTM_SaiSdmaAdapter_Resume()
[all …]
Dsrtm_sai_edma_adapter.c82 srtm_sai_edma_suspend_state suspendState; /* service state in client suspend. */ member
398 if (((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL))) in SRTM_SaiEdmaAdapter_RxPeriodCopyAndNotify()
485 ((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL))) in SRTM_SaiEdmaAdapter_Transfer()
521 …if ((rtm->suspendState == SRTM_Suspended) && (rtm->dataCallback != NULL) && (chaseIdx != UINT32_MA… in SRTM_SaiEdmaAdapter_RxTransferProc()
585 (rtm->suspendState != SRTM_Suspended))) in SRTM_SaiEdmaTxCallback()
617 if ((rtm->suspendState == SRTM_Suspended) && (rtm->dataCallback != NULL)) in SRTM_SaiEdmaRxCallback()
1206 thisRtm->suspendState = SRTM_Suspended; in SRTM_SaiEdmaAdapter_Suspend()
1219 if ((rtm->suspendState == SRTM_NotSuspended) && (rtm->dataCallback != NULL)) in SRTM_SaiEdmaAdapter_HostWakeProc()
1256 thisRtm->suspendState = SRTM_NotSuspended; in SRTM_SaiEdmaAdapter_Resume()
1510 if (handle->rxRtm.suspendState == SRTM_Suspended) in SRTM_SaiEdmaAdapter_ResumeHostProc()
[all …]
Dsrtm_pdm_edma_adapter.c99 srtm_pdm_edma_suspend_state suspendState; /* service state in client suspend. */ member
460 ((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL))) in SRTM_PdmEdmaAdapter_Transfer()
487 …if ((rtm->suspendState == SRTM_Suspended) && (rtm->dataCallback != NULL) && (chaseIdx != UINT32_MA… in SRTM_PdmEdmaAdapter_RxTransferProc()
711 if ((rtm->suspendState == SRTM_Suspended) && (rtm->dataCallback != NULL)) in SRTM_PdmEdmaRxCallback()
744 if ((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL)) in SRTM_PdmEdmaRxCallback()
1178 thisRtm->suspendState = SRTM_Suspended; in SRTM_PdmEdmaAdapter_Suspend()
1190 if ((rtm->suspendState == SRTM_NotSuspended) && (rtm->dataCallback != NULL)) in SRTM_PdmEdmaAdapter_HostWakeProc()
1214 thisRtm->suspendState = SRTM_NotSuspended; in SRTM_PdmEdmaAdapter_Resume()
1392 if (handle->rxRtm.suspendState == SRTM_Suspended) in SRTM_PdmEdmaAdapter_ResumeHostProc()
1394 handle->rxRtm.suspendState = SRTM_WakingUp; in SRTM_PdmEdmaAdapter_ResumeHostProc()
Dsrtm_pdm_sdma_adapter.c93 srtm_pdm_sdma_suspend_state suspendState; /* service state in client suspend. */ member
415 ((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL))) in SRTM_PdmSdmaAdapter_Transfer()
442 …if ((rtm->suspendState == SRTM_Suspended) && (rtm->dataCallback != NULL) && (chaseIdx != UINT32_MA… in SRTM_PdmSdmaAdapter_RxTransferProc()
624 if ((rtm->suspendState == SRTM_Suspended) && (rtm->dataCallback != NULL)) in SRTM_PdmSdmaRxCallback()
657 if ((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL)) in SRTM_PdmSdmaRxCallback()
1061 thisRtm->suspendState = SRTM_Suspended; in SRTM_PdmSdmaAdapter_Suspend()
1073 if ((rtm->suspendState == SRTM_NotSuspended) && (rtm->dataCallback != NULL)) in SRTM_PdmSdmaAdapter_HostWakeProc()
1097 thisRtm->suspendState = SRTM_NotSuspended; in SRTM_PdmSdmaAdapter_Resume()
1272 if (handle->rxRtm.suspendState == SRTM_Suspended) in SRTM_PdmSdmaAdapter_ResumeHostProc()
1274 handle->rxRtm.suspendState = SRTM_WakingUp; in SRTM_PdmSdmaAdapter_ResumeHostProc()