Home
last modified time | relevance | path

Searched refs:pd_notif (Results 1 – 2 of 2) sorted by relevance

/SCP-firmware-master/module/clock/src/
A Dmod_clock.c543 ctx->pd_notif.transition_pending_sent = 0; in clock_process_pd_pre_transition_notification()
547 ctx->pd_notif.transition_pending_response_status = FWK_SUCCESS; in clock_process_pd_pre_transition_notification()
564 &outbound_event, &(ctx->pd_notif.transition_pending_sent)); in clock_process_pd_pre_transition_notification()
570 if (ctx->pd_notif.transition_pending_sent > 0) { in clock_process_pd_pre_transition_notification()
573 ctx->pd_notif.pre_power_transition_cookie = event->cookie; in clock_process_pd_pre_transition_notification()
629 .cookie = ctx->pd_notif.pre_power_transition_cookie, in clock_process_notification_response()
639 if (!fwk_expect(ctx->pd_notif.transition_pending_sent != 0)) { in clock_process_notification_response()
654 ctx->pd_notif.transition_pending_response_status = in clock_process_notification_response()
658 if ((--(ctx->pd_notif.transition_pending_sent)) == 0) { in clock_process_notification_response()
667 (int)ctx->pd_notif.transition_pending_response_status; in clock_process_notification_response()
A Dclock.h34 } pd_notif; member

Completed in 3 milliseconds