Home
last modified time | relevance | path

Searched refs:omap_irq_pending (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dpm24xx.c88 if (omap_irq_pending()) in omap2_enter_full_retention()
169 if (omap_irq_pending()) in omap2_pm_idle()
H A Dcpuidle34xx.c114 if (omap_irq_pending() || need_resched()) in omap3_enter_idle()
H A Dpm33xx-core.c226 if (omap_irq_pending() || need_resched()) in am33xx_cpu_suspend()
H A Dpm34xx.c299 if (omap_irq_pending()) in omap3_pm_idle()
/OK3568_Linux_fs/kernel/include/linux/irqchip/
H A Dirq-omap-intc.h13 int omap_irq_pending(void);
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-omap-intc.c171 int omap_irq_pending(void) in omap_irq_pending() function