Home
last modified time | relevance | path

Searched refs:pl011_luminary_init (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/char/
H A Dpl011.c676 static void pl011_luminary_init(Object *obj) in pl011_luminary_init() function
686 .instance_init = pl011_luminary_init,
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs643 pub unsafe extern "C" fn pl011_luminary_init(obj: *mut Object) { in pl011_luminary_init() function
666 const INSTANCE_INIT: Option<unsafe extern "C" fn(obj: *mut Object)> = Some(pl011_luminary_init);