Home
last modified time | relevance | path

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

/linux/kernel/irq/
A Dpm.c90 irqd_set(irqd, IRQD_IRQ_ENABLED_ON_SUSPEND); in suspend_device_irq()
165 irqd_clear(irqd, IRQD_IRQ_ENABLED_ON_SUSPEND); in resume_irq()
A Ddebugfs.c130 BIT_MASK_DESCR(IRQD_IRQ_ENABLED_ON_SUSPEND),
/linux/include/linux/
A Dirq.h249 IRQD_IRQ_ENABLED_ON_SUSPEND = (1 << 30), enumerator
331 return __irqd_to_state(d) & IRQD_IRQ_ENABLED_ON_SUSPEND; in irqd_is_enabled_on_suspend()

Completed in 8 milliseconds