Home
last modified time | relevance | path

Searched refs:process_pending_power_transition (Results 1 – 9 of 9) sorted by relevance

/SCP-firmware-master/module/css_clock/include/
A Dmod_css_clock.h156 int (*process_pending_power_transition)( member
/SCP-firmware-master/module/css_clock/src/
A Dmod_css_clock.c302 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,
/SCP-firmware-master/module/clock/include/
A Dmod_clock.h368 int (*process_pending_power_transition)( member
/SCP-firmware-master/product/rcar/module/rcar_clock/include/
A Dmod_rcar_clock.h146 int (*process_pending_power_transition)( member
/SCP-firmware-master/module/clock/src/
A Dmod_clock.c457 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()
/SCP-firmware-master/module/system_pll/src/
A Dmod_system_pll.c267 .process_pending_power_transition = system_pll_power_state_pending_change,
/SCP-firmware-master/product/morello/module/morello_pll/src/
A Dmod_morello_pll.c319 .process_pending_power_transition = morello_pll_power_state_pending_change,
/SCP-firmware-master/product/n1sdp/module/n1sdp_pll/src/
A Dmod_n1sdp_pll.c299 .process_pending_power_transition = n1sdp_pll_power_state_pending_change,
/SCP-firmware-master/module/optee/clock/src/
A Dmod_optee_clock.c317 .process_pending_power_transition = stub_pending_power_transition,

Completed in 16 milliseconds