Home
last modified time | relevance | path

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

/linux-6.15/kernel/irq/
H A Dpm.c90 irqd_set(irqd, IRQD_IRQ_ENABLED_ON_SUSPEND); in suspend_device_irq()
164 irqd_clear(irqd, IRQD_IRQ_ENABLED_ON_SUSPEND); in resume_irq()
H A Ddebugfs.c128 BIT_MASK_DESCR(IRQD_IRQ_ENABLED_ON_SUSPEND),
/linux-6.15/include/linux/
H A Dirq.h245 IRQD_IRQ_ENABLED_ON_SUSPEND = BIT(29), enumerator
328 return __irqd_to_state(d) & IRQD_IRQ_ENABLED_ON_SUSPEND; in irqd_is_enabled_on_suspend()