Home
last modified time | relevance | path

Searched refs:healthMonitorInitParams (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DhealthMonitor.c202 …nitor_SetDefaults (TI_HANDLE hHealthMonitor, healthMonitorInitParams_t *healthMonitorInitParams) in healthMonitor_SetDefaults() argument
208 pHealthMonitor->bFullRecoveryEnable = healthMonitorInitParams->FullRecoveryEnable; in healthMonitor_SetDefaults()
212 … pHealthMonitor->recoveryTriggerEnabled[i] = healthMonitorInitParams->recoveryTriggerEnabled[i]; in healthMonitor_SetDefaults()
DhealthMonitor.h66 …itor_SetDefaults (TI_HANDLE hHealthMonitor, healthMonitorInitParams_t *healthMonitorInitParams);
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c1425 …p->healthMonitorInitParams.FullRecoveryEnable = (TI_BOOL)p->twdInitParams.tGeneral.halCtrlRecovery… in regFillInitTable()
3694 … sizeof (p->healthMonitorInitParams.recoveryTriggerEnabled[ NO_SCAN_COMPLETE_FAILURE ]), in regFillInitTable()
3695 … (TI_UINT8*)&(p->healthMonitorInitParams.recoveryTriggerEnabled[ NO_SCAN_COMPLETE_FAILURE ]) ); in regFillInitTable()
3700 … sizeof (p->healthMonitorInitParams.recoveryTriggerEnabled[ MBOX_FAILURE ]), in regFillInitTable()
3701 … (TI_UINT8*)&(p->healthMonitorInitParams.recoveryTriggerEnabled[ MBOX_FAILURE ]) ); in regFillInitTable()
3706 … sizeof (p->healthMonitorInitParams.recoveryTriggerEnabled[ HW_AWAKE_FAILURE ]), in regFillInitTable()
3707 … (TI_UINT8*)&(p->healthMonitorInitParams.recoveryTriggerEnabled[ HW_AWAKE_FAILURE ]) ); in regFillInitTable()
3712 sizeof (p->healthMonitorInitParams.recoveryTriggerEnabled[ TX_STUCK ]), in regFillInitTable()
3713 … (TI_UINT8*)&(p->healthMonitorInitParams.recoveryTriggerEnabled[ TX_STUCK ]) ); in regFillInitTable()
3718 … sizeof (p->healthMonitorInitParams.recoveryTriggerEnabled[ DISCONNECT_TIMEOUT ]), in regFillInitTable()
[all …]
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DparamOut.h1179 healthMonitorInitParams_t healthMonitorInitParams; member
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DDrvMain.c903 …hMonitor_SetDefaults (pDrvMain->tStadHandles.hHealthMonitor, &pInitTable->healthMonitorInitParams); in drvMain_SetDefaults()