Home
last modified time | relevance | path

Searched refs:is_wakeup_set (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/exception/
H A Dirqdata.rs103 pub fn is_wakeup_set(&self) -> bool { in is_wakeup_set() method
110 .is_wakeup_set() in is_wakeup_set()
592 pub const fn is_wakeup_set(&self) -> bool { in is_wakeup_set() method
H A Dsysfs.rs244 let wakeup = irq_desc.irq_data().is_wakeup_set(); in show()