/openbmc/linux/Documentation/power/ |
H A D | suspend-and-interrupts.rst | 34 The IRQF_NO_SUSPEND Flag 43 The IRQF_NO_SUSPEND flag is used to indicate that to the IRQ subsystem when 50 Note that the IRQF_NO_SUSPEND flag affects the entire IRQ and not just one 53 IRQF_NO_SUSPEND flag was not passed to request_irq() (or equivalent) by some of 54 the IRQ's users. For this reason, using IRQF_NO_SUSPEND and IRQF_SHARED at the 91 not executed for system wakeup IRQs. They are only executed for IRQF_NO_SUSPEND 103 Of course, this means that all of the interrupts with the IRQF_NO_SUSPEND flag 114 IRQF_NO_SUSPEND and enable_irq_wake() 118 IRQF_NO_SUSPEND flag on the same IRQ, and it is never valid to use both for the 121 First of all, if the IRQ is not shared, the rules for handling IRQF_NO_SUSPEND [all …]
|
/openbmc/linux/kernel/irq/ |
H A D | pm.c | 43 if (action->flags & IRQF_NO_SUSPEND) in irq_pm_install_action() 64 if (action->flags & IRQF_NO_SUSPEND) in irq_pm_remove_action()
|
/openbmc/linux/drivers/thermal/ |
H A D | db8500_thermal.c | 168 prcmu_low_irq_handler, IRQF_NO_SUSPEND | IRQF_ONESHOT, in db8500_thermal_probe() 180 prcmu_high_irq_handler, IRQF_NO_SUSPEND | IRQF_ONESHOT, in db8500_thermal_probe()
|
/openbmc/linux/drivers/mailbox/ |
H A D | sprd-mailbox.c | 355 IRQF_NO_SUSPEND, dev_name(dev), priv); in sprd_mbox_probe() 366 IRQF_NO_SUSPEND, dev_name(dev), priv); in sprd_mbox_probe() 376 IRQF_NO_SUSPEND, dev_name(dev), priv); in sprd_mbox_probe()
|
H A D | bcm2835-mailbox.c | 148 bcm2835_mbox_irq, IRQF_NO_SUSPEND, dev_name(dev), in bcm2835_mbox_probe()
|
H A D | qcom-ipcc.c | 309 IRQF_TRIGGER_HIGH | IRQF_NO_SUSPEND | in qcom_ipcc_probe()
|
/openbmc/linux/arch/mips/loongson2ef/lemote-2f/ |
H A D | irq.c | 115 IRQF_NO_THREAD | IRQF_NO_SUSPEND, "cascade", NULL)) in mach_init_irq()
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | pm34xx.c | 488 _prcm_int_handle_wakeup, IRQF_NO_SUSPEND, "pm_wkup", NULL); in omap3_pm_init() 497 _prcm_int_handle_io, IRQF_SHARED | IRQF_NO_SUSPEND, "pm_io", in omap3_pm_init()
|
/openbmc/linux/drivers/extcon/ |
H A D | extcon-max3355.c | 98 IRQF_ONESHOT | IRQF_NO_SUSPEND | in max3355_probe()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | smp-bmips.c | 181 IRQF_PERCPU | IRQF_NO_SUSPEND, "smp_ipi0", NULL)) in bmips_prepare_cpus() 184 IRQF_PERCPU | IRQF_NO_SUSPEND, "smp_ipi1", NULL)) in bmips_prepare_cpus()
|
/openbmc/linux/include/linux/ |
H A D | interrupt.h | 78 #define IRQF_NO_SUSPEND 0x00004000 macro 86 #define IRQF_TIMER (__IRQF_TIMER | IRQF_NO_SUSPEND | IRQF_NO_THREAD)
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-ingenic.c | 127 if (request_irq(parent_irq, intc_cascade, IRQF_NO_SUSPEND, in ingenic_intc_of_init()
|
/openbmc/linux/drivers/mfd/ |
H A D | hi655x-pmic.c | 126 IRQF_TRIGGER_LOW | IRQF_NO_SUSPEND, 0, in hi655x_pmic_probe()
|
/openbmc/linux/drivers/watchdog/ |
H A D | intel-mid_wdt.c | 162 IRQF_SHARED | IRQF_NO_SUSPEND, "watchdog", in mid_wdt_probe()
|
H A D | sama5d4_wdt.c | 299 IRQF_NO_SUSPEND, pdev->name, pdev); in sama5d4_wdt_probe()
|
H A D | sprd_wdt.c | 294 ret = devm_request_irq(dev, wdt->irq, sprd_wdt_isr, IRQF_NO_SUSPEND, in sprd_wdt_probe()
|
/openbmc/linux/drivers/usb/phy/ |
H A D | phy-ab8500-usb.c | 749 IRQF_NO_SUSPEND | IRQF_SHARED | IRQF_ONESHOT, in ab8500_usb_irq_setup() 763 IRQF_NO_SUSPEND | IRQF_SHARED | IRQF_ONESHOT, in ab8500_usb_irq_setup() 777 IRQF_NO_SUSPEND | IRQF_SHARED | IRQF_ONESHOT, in ab8500_usb_irq_setup()
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | smc.c | 177 IRQF_NO_SUSPEND, dev_name(dev), scmi_info); in smc_chan_setup()
|
/openbmc/linux/drivers/thermal/qcom/ |
H A D | lmh.c | 221 IRQF_ONESHOT | IRQF_NO_SUSPEND, in lmh_probe()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-ptp.c | 182 IRQF_NO_SUSPEND | IRQF_ONESHOT, in dpaa2_ptp_probe()
|
/openbmc/linux/drivers/firmware/tegra/ |
H A D | bpmp-tegra210.c | 217 IRQF_NO_SUSPEND, dev_name(&pdev->dev), bpmp); in tegra210_bpmp_init()
|
/openbmc/linux/drivers/soc/xilinx/ |
H A D | zynqmp_power.c | 253 IRQF_NO_SUSPEND | IRQF_ONESHOT, in zynqmp_pm_probe()
|
/openbmc/linux/drivers/misc/ |
H A D | hi6421v600-irq.c | 277 IRQF_TRIGGER_LOW | IRQF_SHARED | IRQF_NO_SUSPEND, in hi6421v600_irq_probe()
|
/openbmc/linux/drivers/platform/x86/intel/ |
H A D | punit_ipc.c | 285 IRQF_NO_SUSPEND, "intel_punit_ipc", in intel_punit_ipc_probe()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-pmic-eic-sprd.c | 338 IRQF_ONESHOT | IRQF_NO_SUSPEND, in sprd_pmic_eic_probe()
|