Searched defs:IrqAction (Results 1 – 2 of 2) sorted by relevance
183 pub fn actions(&self) -> Vec<Arc<IrqAction>> { in actions()477 pub fn actions(&self) -> &Vec<Arc<IrqAction>> { in actions()481 pub fn add_action(&mut self, action: Arc<IrqAction>) { in add_action()489 pub fn remove_action(&mut self, action: &Arc<IrqAction>) { in remove_action()636 pub struct IrqAction { struct637 inner: SpinLock<InnerIrqAction>, argument642 impl IrqAction { impl749 pub fn secondary(&self) -> Option<Arc<IrqAction>> { in secondary()
168 action: Arc<IrqAction>, in inner_setup_irq()597 action: Option<Arc<IrqAction>>, in wake_up_and_wait_for_irq_thread_ready()