Home
last modified time | relevance | path

Searched refs:soc_wakeup_irq (Results 1 – 20 of 20) sorted by relevance

/SCP-firmware-master/product/rcar/scp_ramfw/
A Dconfig_rcar_system_power.c20 .soc_wakeup_irq = FWK_INTERRUPT_NONE,
/SCP-firmware-master/module/system_power/src/
A Dmod_system_power.c183 if (system_power_ctx.config->soc_wakeup_irq != FWK_INTERRUPT_NONE) { in disable_all_irqs()
184 status = fwk_interrupt_disable(system_power_ctx.config->soc_wakeup_irq); in disable_all_irqs()
233 unsigned int soc_wakeup_irq; in system_power_set_state() local
239 soc_wakeup_irq = system_power_ctx.config->soc_wakeup_irq; in system_power_set_state()
262 status = fwk_interrupt_clear_pending(soc_wakeup_irq); in system_power_set_state()
288 status = fwk_interrupt_enable(soc_wakeup_irq); in system_power_set_state()
426 if (system_power_ctx.config->soc_wakeup_irq != FWK_INTERRUPT_NONE) { in system_power_mod_init()
427 return fwk_interrupt_set_isr(system_power_ctx.config->soc_wakeup_irq, in system_power_mod_init()
/SCP-firmware-master/product/rcar/module/rcar_system_power/include/
A Dmod_rcar_system_power.h43 unsigned int soc_wakeup_irq; member
/SCP-firmware-master/product/juno/scp_ramfw/
A Dconfig_system_power.c54 .soc_wakeup_irq = (unsigned int)EXT_WAKEUP_IRQ,
/SCP-firmware-master/module/system_power/include/
A Dmod_system_power.h63 unsigned int soc_wakeup_irq; member
/SCP-firmware-master/product/rdn2/scp_ramfw/
A Dconfig_system_power.c45 .soc_wakeup_irq = SOC_WAKEUP0_IRQ,
/SCP-firmware-master/product/tc1/scp_ramfw/
A Dconfig_system_power.c47 .soc_wakeup_irq = SOC_WAKEUP0_IRQ,
/SCP-firmware-master/product/tc2/scp_ramfw/
A Dconfig_system_power.c47 .soc_wakeup_irq = SOC_WAKEUP0_IRQ,
/SCP-firmware-master/product/n1sdp/scp_ramfw/
A Dconfig_system_power.c60 .soc_wakeup_irq = SCP_EXT_IRQ,
/SCP-firmware-master/product/morello/scp_ramfw_fvp/
A Dconfig_system_power.c64 .soc_wakeup_irq = SCP_EXT_IRQ,
/SCP-firmware-master/product/morello/scp_ramfw_soc/
A Dconfig_system_power.c57 .soc_wakeup_irq = SCP_EXT_IRQ,
/SCP-firmware-master/product/rdv1/scp_ramfw/
A Dconfig_system_power.c60 .soc_wakeup_irq = SOC_WAKEUP0_IRQ,
/SCP-firmware-master/product/rdv1mc/scp_ramfw/
A Dconfig_system_power.c60 .soc_wakeup_irq = SOC_WAKEUP0_IRQ,
/SCP-firmware-master/product/sgi575/scp_ramfw/
A Dconfig_system_power.c60 .soc_wakeup_irq = SOC_WAKEUP0_IRQ,
/SCP-firmware-master/product/rdn1e1/scp_ramfw/
A Dconfig_system_power.c60 .soc_wakeup_irq = SOC_WAKEUP0_IRQ,
/SCP-firmware-master/product/tc0/scp_ramfw/
A Dconfig_system_power.c64 .soc_wakeup_irq = SOC_WAKEUP0_IRQ,
/SCP-firmware-master/product/rcar/module/rcar_system_power/src/
A Dmod_rcar_system_power.c178 if (system_power_ctx.config->soc_wakeup_irq != FWK_INTERRUPT_NONE) { in system_power_mod_init()
180 system_power_ctx.config->soc_wakeup_irq, soc_wakeup_handler); in system_power_mod_init()
/SCP-firmware-master/product/sgm776/scp_ramfw/
A Dconfig_system_power.c98 .soc_wakeup_irq = SOC_WAKEUP0_IRQ,
/SCP-firmware-master/product/synquacer/scp_ramfw/
A Dconfig_system_power.c89 .soc_wakeup_irq = FWK_INTERRUPT_NONE,
/SCP-firmware-master/product/sgm775/scp_ramfw/
A Dconfig_system_power.c100 .soc_wakeup_irq = SOC_WAKEUP0_IRQ,

Completed in 21 milliseconds