Home
last modified time | relevance | path

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

/SCP-firmware-master/module/system_power/src/
A Dmod_system_power.c190 if (system_power_ctx.driver_api->platform_interrupts != NULL) { in disable_all_irqs()
191 status = system_power_ctx.driver_api->platform_interrupts( in disable_all_irqs()
267 if (system_power_ctx.driver_api->platform_interrupts != NULL) { in system_power_set_state()
269 system_power_ctx.driver_api->platform_interrupts( in system_power_set_state()
293 if (system_power_ctx.driver_api->platform_interrupts != NULL) { in system_power_set_state()
294 status = system_power_ctx.driver_api->platform_interrupts( in system_power_set_state()
558 if (system_power_ctx.driver_api->platform_interrupts != NULL) { in system_power_start()
559 status = system_power_ctx.driver_api->platform_interrupts( in system_power_start()
/SCP-firmware-master/module/system_power/include/
A Dmod_system_power.h125 int (*platform_interrupts)(enum mod_system_power_platform_interrupt_cmd member

Completed in 6 milliseconds