Searched defs:IRQState (Results 1 – 4 of 4) sorted by relevance
11 struct IRQState { struct12 Object parent_obj;14 qemu_irq_handler handler;15 void *opaque;16 int n;
23 pub struct IRQState(Opaque<bindings::IRQState>); struct91 pub(crate) const fn as_ptr(&self) -> *mut *mut bindings::IRQState { in as_ptr()95 pub(crate) const fn slice_as_ptr(slice: &[Self]) -> *mut *mut bindings::IRQState { in slice_as_ptr()110 unsafe impl ObjectType for IRQState { implementation
101 fn connect_irq(&self, id: u32, irq: &Owned<IRQState>) { in connect_irq()
668 irq: *mut IRQState, in pl011_create()