Home
last modified time | relevance | path

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

/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice_class.rs99 realize_fn => Some(pl011_realize),
109 pub unsafe extern "C" fn pl011_realize(dev: *mut DeviceState, _errp: *mut *mut Error) { in pl011_realize() function
/openbmc/qemu/hw/char/
H A Dpl011.c630 static void pl011_realize(DeviceState *dev, Error **errp) in pl011_realize() function
662 dc->realize = pl011_realize; in pl011_class_init()