Searched defs:IrqChip (Results 1 – 5 of 5) sorted by relevance
39 pub trait IrqChip: Sync + Send + Any + Debug { trait534 irq_chip: &Arc<dyn IrqChip>, in irq_percpu_disable()
297 chip: &Arc<dyn IrqChip>, in cond_unmask_eoi_irq()
40 chip: Arc<dyn IrqChip>, in new()182 pub fn set_chip(&mut self, chip: Option<Arc<dyn IrqChip>>) { in set_chip()190 pub fn chip(&self) -> Arc<dyn IrqChip> { in chip()
327 chip: Arc<dyn IrqChip>, in domain_set_info()355 chip: Option<Arc<dyn IrqChip>>, in domain_set_hwirq_and_chip()
166 chip: &Arc<dyn IrqChip>, in set_handler_no_lock_inner()