Searched refs:rclPowerNotify (Results 1 – 2 of 2) sorted by relevance
64 static void (*rclPowerNotify)(RCL_PowerEvent) = NULL; variable399 if (rclPowerNotify != NULL) in hal_power_post_notify_fxn()403 rclPowerNotify(RCL_POWER_STANDBY_AWAKE); in hal_power_post_notify_fxn()407 rclPowerNotify(RCL_POWER_STANDBY_ENTER); in hal_power_post_notify_fxn()435 rclPowerNotify = f; in hal_power_open()
63 static void rclPowerNotify(RCL_PowerEvent eventType);547 static void rclPowerNotify(RCL_PowerEvent eventType) in rclPowerNotify() function624 hal_power_open(&rclPowerNotify); in RCL_openPowerNotifications()