Lines Matching refs:phase
745 void tracePoint(uint8_t phase);
5711 shutdownPhase_t phase; member
5717 shutdownPhase2String(shutdownPhase_t phase) argument
5719 switch (phase) {
5825 gHaltRestartCtx.phase = kNotifyPriorityClients;
5839 gHaltRestartCtx.phase = kNotifyPowerPlaneDrivers;
5844 gHaltRestartCtx.phase = kNotifyHaltRestartAction;
5855 gHaltRestartCtx.phase = kQuiescePM;
5871 gHaltRestartCtx.phase = kNotifyDone;
5904 if ((gHaltRestartCtx.phase == kNotifyPriorityClients) && gHaltRestartCtx.handler) {
5908 … gHaltRestartCtx.LogString, shutdownPhase2String(gHaltRestartCtx.phase), timeoutInMs, gHaltLog);
5911 gHaltRestartCtx.LogString, shutdownPhase2String(gHaltRestartCtx.phase), timeoutInMs);
10055 PMTraceWorker::tracePoint(uint8_t phase) argument
10058 if (tracePhase != phase) {
10062 tracePhase = phase;