Searched refs:notifyStatus (Results 1 – 3 of 3) sorted by relevance
688 int_fast16_t notifyStatus; in Power_shutdown() local713 notifyStatus = PowerCC23X0_notify(PowerLPF3_ENTERING_SHUTDOWN); in Power_shutdown()730 if (ioPending == false && notifyStatus == Power_SOK) in Power_shutdown()1175 int_fast16_t notifyStatus; in PowerCC23X0_notify() local1203 notifyStatus = (int_fast16_t)(*(Power_NotifyFxn)notifyFxn)(eventType, 0, clientArg); in PowerCC23X0_notify()1206 if (notifyStatus != Power_NOTIFYDONE) in PowerCC23X0_notify()1213 notifyStatus); in PowerCC23X0_notify()
741 int_fast16_t notifyStatus = Power_SOK; in Power_sleep() local897 notifyStatus = notify(postEvent); in Power_sleep()931 if ((notifyStatus != Power_SOK) || in Power_sleep()1278 int_fast16_t notifyStatus; in notify() local1296 notifyStatus = (int_fast16_t)(*(Power_NotifyFxn)notifyFxn)( in notify()1300 if (notifyStatus != Power_NOTIFYDONE) { in notify()
1152 int_fast16_t notifyStatus; in notify() local1170 notifyStatus = (int_fast16_t) (*(Power_NotifyFxn)notifyFxn)( in notify()1174 if (notifyStatus != Power_NOTIFYDONE) { in notify()