Home
last modified time | relevance | path

Searched refs:IRQF_COND_SUSPEND (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/irq/
H A Dpm.c45 else if (action->flags & IRQF_COND_SUSPEND) in irq_pm_install_action()
66 else if (action->flags & IRQF_COND_SUSPEND) in irq_pm_remove_action()
H A Dmanage.c2062 (!(irqflags & IRQF_SHARED) && (irqflags & IRQF_COND_SUSPEND)) || in request_threaded_irq()
2063 ((irqflags & IRQF_NO_SUSPEND) && (irqflags & IRQF_COND_SUSPEND))) in request_threaded_irq()
2206 if (irqflags & (IRQF_SHARED | IRQF_COND_SUSPEND | IRQF_IRQPOLL)) in request_nmi()
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dsuspend-and-interrupts.rst136 with IRQF_COND_SUSPEND to tell the core that it meets these requirements. If
137 these requirements are not met, it is not valid to use IRQF_COND_SUSPEND.
/OK3568_Linux_fs/kernel/include/linux/
H A Dinterrupt.h76 #define IRQF_COND_SUSPEND 0x00040000 macro
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-pl031.c434 .irqflags = IRQF_SHARED | IRQF_COND_SUSPEND,
H A Drtc-at91rm9200.c427 IRQF_SHARED | IRQF_COND_SUSPEND, in at91_rtc_probe()
H A Drtc-at91sam9.c417 IRQF_SHARED | IRQF_COND_SUSPEND, in at91_rtc_probe()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-designware-master.c781 irq_flags = IRQF_SHARED | IRQF_COND_SUSPEND; in i2c_dw_probe_master()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dmips_ejtag_fdc.c988 IRQF_NO_THREAD | IRQF_COND_SUSPEND, in mips_ejtag_fdc_tty_probe()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Datmel_serial.c1918 IRQF_SHARED | IRQF_COND_SUSPEND, in atmel_startup()