Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/srtm/services/
Dsrtm_sai_sdma_adapter.c91 srtm_sai_sdma_suspend_state suspendState; /* service state in client suspend. */ member
475 if (((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL))) in SRTM_SaiSdmaAdapter_RxPeriodCopyAndNotify()
563 ((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL))) in SRTM_SaiSdmaAdapter_Transfer()
599 …if ((rtm->suspendState == SRTM_Suspended) && (rtm->dataCallback != NULL) && (chaseIdx != UINT32_MA… in SRTM_SaiSdmaAdapter_RxTransferProc()
680 (rtm->suspendState != SRTM_Suspended))) in SRTM_SaiSdmaTxCallback()
723 if ((rtm->suspendState == SRTM_Suspended) && (rtm->dataCallback != NULL)) in SRTM_SaiSdmaRxCallback()
755 if ((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL)) in SRTM_SaiSdmaRxCallback()
1461 thisRtm->suspendState = SRTM_Suspended; in SRTM_SaiSdmaAdapter_Suspend()
1474 if ((rtm->suspendState == SRTM_NotSuspended) && (rtm->dataCallback != NULL)) in SRTM_SaiSdmaAdapter_HostWakeProc()
1511 thisRtm->suspendState = SRTM_NotSuspended; in SRTM_SaiSdmaAdapter_Resume()
[all …]
Dsrtm_pdm_sdma_adapter.c93 srtm_pdm_sdma_suspend_state suspendState; /* service state in client suspend. */ member
420 ((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL))) in SRTM_PdmSdmaAdapter_Transfer()
447 …if ((rtm->suspendState == SRTM_Suspended) && (rtm->dataCallback != NULL) && (chaseIdx != UINT32_MA… in SRTM_PdmSdmaAdapter_RxTransferProc()
629 if ((rtm->suspendState == SRTM_Suspended) && (rtm->dataCallback != NULL)) in SRTM_PdmSdmaRxCallback()
662 if ((rtm->suspendState != SRTM_Suspended) || (rtm->dataCallback == NULL)) in SRTM_PdmSdmaRxCallback()
1068 thisRtm->suspendState = SRTM_Suspended; in SRTM_PdmSdmaAdapter_Suspend()
1080 if ((rtm->suspendState == SRTM_NotSuspended) && (rtm->dataCallback != NULL)) in SRTM_PdmSdmaAdapter_HostWakeProc()
1104 thisRtm->suspendState = SRTM_NotSuspended; in SRTM_PdmSdmaAdapter_Resume()
1279 if (handle->rxRtm.suspendState == SRTM_Suspended) in SRTM_PdmSdmaAdapter_ResumeHostProc()
1281 handle->rxRtm.suspendState = SRTM_WakingUp; in SRTM_PdmSdmaAdapter_ResumeHostProc()