Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 12 of 12) sorted by relevance

/SCP-firmware-master/module/system_power/src/
A Dmod_system_power.c115 if (api->shutdown != NULL) { in ext_ppus_shutdown()
116 status = api->shutdown(ppu_id, system_shutdown); in ext_ppus_shutdown()
164 if (api->shutdown != NULL) { in shutdown_system_power_ppus()
165 status = api->shutdown(ppu_id, system_shutdown); in shutdown_system_power_ppus()
201 static int shutdown( in shutdown() function
342 status = shutdown(pd_id, system_shutdown); in system_power_shutdown()
369 .shutdown = system_power_shutdown
/SCP-firmware-master/product/juno/module/juno_xrp7724/include/
A Dmod_juno_xrp7724.h114 int (*shutdown)(void); member
/SCP-firmware-master/product/rcar/module/rcar_system_power/src/
A Dmod_rcar_system_power.c114 .shutdown = system_power_shutdown
/SCP-firmware-master/module/power_domain/include/
A Dmod_power_domain.h396 int (*shutdown)(fwk_id_t dev_id, member
/SCP-firmware-master/product/n1sdp/module/n1sdp_remote_pd/src/
A Dmod_n1sdp_remote_pd.c167 .shutdown = remote_pd_shutdown,
/SCP-firmware-master/product/juno/module/juno_system/src/
A Dmod_juno_system.c131 status = juno_system_ctx.juno_xrp7724_api->shutdown(); in juno_system_shutdown()
/SCP-firmware-master/module/ppu_v1/src/
A Dmod_ppu_v1.c200 .shutdown = ppu_v1_pd_shutdown,
374 .shutdown = ppu_v1_pd_shutdown,
599 .shutdown = ppu_v1_pd_shutdown,
/SCP-firmware-master/product/synquacer/module/ppu_v0_synquacer/src/
A Dmod_ppu_v0.c209 .shutdown = pd_shutdown,
/SCP-firmware-master/module/power_domain/src/
A Dmod_power_domain.c1329 if (api->shutdown != NULL) { in perform_shutdown()
1330 status = pd->driver_api->shutdown(pd->driver_id, system_shutdown); in perform_shutdown()
/SCP-firmware-master/product/juno/module/juno_ppu/src/
A Dmod_juno_ppu.c391 .shutdown = pd_shutdown,
/SCP-firmware-master/product/juno/module/juno_xrp7724/src/
A Dmod_juno_xrp7724.c279 .shutdown = juno_xrp7724_shutdown,
/SCP-firmware-master/
A Dchange_log.md268 - synquacer: Add shutdown handler in ppu_v0_synquacer module

Completed in 19 milliseconds