Searched refs:process_pending_power_transition (Results 1 – 9 of 9) sorted by relevance
156 int (*process_pending_power_transition)( member
302 if (ctx->clock_api->process_pending_power_transition != NULL) { in css_clock_pending_power_state_change()306 status = ctx->clock_api->process_pending_power_transition( in css_clock_pending_power_state_change()326 .process_pending_power_transition = css_clock_pending_power_state_change,
368 int (*process_pending_power_transition)( member
146 int (*process_pending_power_transition)( member
457 if ((ctx->api->process_pending_power_transition != NULL) && in clock_start()530 fwk_assert(ctx->api->process_pending_power_transition != NULL); in clock_process_pd_pre_transition_notification()531 status = ctx->api->process_pending_power_transition( in clock_process_pd_pre_transition_notification()
267 .process_pending_power_transition = system_pll_power_state_pending_change,
319 .process_pending_power_transition = morello_pll_power_state_pending_change,
299 .process_pending_power_transition = n1sdp_pll_power_state_pending_change,
317 .process_pending_power_transition = stub_pending_power_transition,
Completed in 16 milliseconds