Searched defs:IrqDomainOps (Results 1 – 1 of 1) sorted by relevance
71 ops: &'static dyn IrqDomainOps, in create_and_add_linear()97 ops: &'static dyn IrqDomainOps, in create_and_add()493 ops: &'static dyn IrqDomainOps, in new()649 pub trait IrqDomainOps: Debug + Send + Sync { interface