Home
last modified time | relevance | path

Searched refs:irq_pm_check_wakeup (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/irq/
H A Dinternals.h282 bool irq_pm_check_wakeup(struct irq_desc *desc);
286 static inline bool irq_pm_check_wakeup(struct irq_desc *desc) { return false; } in irq_pm_check_wakeup() function
H A Dpm.c16 bool irq_pm_check_wakeup(struct irq_desc *desc) in irq_pm_check_wakeup() function
H A Dchip.c518 if (irq_pm_check_wakeup(desc)) in irq_may_run()