Lines Matching refs:status
425 int_fast16_t status = Power_SOK; in Power_registerNotify() local
429 status = Power_EINVALIDPOINTER; in Power_registerNotify()
442 return (status); in Power_registerNotify()
681 int_fast16_t status = Power_EFAIL; in Power_shutdown() local
691 status = Power_ECHANGE_NOT_ALLOWED; in Power_shutdown()
700 status = notify(PowerCC26XX_ENTERING_SHUTDOWN); in Power_shutdown()
703 if (status != Power_SOK) { in Power_shutdown()
706 return (status); in Power_shutdown()
720 status = Power_EBUSY; in Power_shutdown()
732 return (status); in Power_shutdown()
740 int_fast16_t status = Power_SOK; in Power_sleep() local
754 status = Power_EINVALIDINPUT; in Power_sleep()
765 status = Power_EBUSY; in Power_sleep()
768 if (status == Power_SOK) { in Power_sleep()
779 status = notify(preEvent); in Power_sleep()
782 if (status != Power_SOK) { in Power_sleep()
785 return (status); in Power_sleep()
933 status = Power_EFAIL; in Power_sleep()
938 return (status); in Power_sleep()
1140 int_fast16_t status; in hposcRtcCompensateFxn() local
1148 status = Temperature_registerNotifyRange(notifyObject, in hposcRtcCompensateFxn()
1154 if (status != Temperature_STATUS_SUCCESS) { in hposcRtcCompensateFxn()