Searched refs:deepSleepVars (Results 1 – 2 of 2) sorted by relevance
2747 if (p_FmPort->deepSleepVars.autoResMaxSizes) in FM_PORT_Init()5601 p_FmPort->deepSleepVars.autoResMaxSizes = XX_Malloc( in FM_PORT_ConfigDsarSupport()5603 memcpy(p_FmPort->deepSleepVars.autoResMaxSizes, params, in FM_PORT_ConfigDsarSupport()5674 return p_FmPort->deepSleepVars.autoResMaxSizes; in FM_PORT_GetDsarTablesMaxSizes()6319 p_FmPort->deepSleepVars.dsarEnabledParser = TRUE;6323 p_FmPort->deepSleepVars.dsarEnabledParser = FALSE;6390 if (p_FmPort->deepSleepVars.autoResOffsets)6392 XX_Free(p_FmPort->deepSleepVars.autoResOffsets);6393 p_FmPort->deepSleepVars.autoResOffsets = 0;6396 if (p_FmPort->deepSleepVars.dsarEnabledParser)[all …]
945 t_FmPortDsarVars deepSleepVars; member