Home
last modified time | relevance | path

Searched defs:INSTANCE_INIT (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/rust/qemu-api/src/
H A Ddefinitions.rs18 const INSTANCE_INIT: Option<unsafe extern "C" fn(obj: *mut Object)>; constant
/openbmc/qemu/rust/qemu-api/tests/
H A Dtests.rs62 const INSTANCE_INIT: Option<unsafe extern "C" fn(obj: *mut Object)> = None; in test_device_decl_macros() constant
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs112 const INSTANCE_INIT: Option<unsafe extern "C" fn(obj: *mut Object)> = Some(pl011_init); constant
666 const INSTANCE_INIT: Option<unsafe extern "C" fn(obj: *mut Object)> = Some(pl011_luminary_init); constant