Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c2747 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 …]
H A Dfm_port.h945 t_FmPortDsarVars deepSleepVars; member