Home
last modified time | relevance | path

Searched refs:post_init (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvdpa-dev.h40 int (*post_init)(VhostVdpaDevice *v, Error **errp); member
/openbmc/qemu/hw/virtio/
H A Dvdpa-dev-pci.c69 dev->vdev.post_init = vhost_vdpa_device_pci_post_init; in vhost_vdpa_device_pci_realize()
H A Dvdpa-dev.c138 if (v->post_init && v->post_init(v, errp) < 0) { in vhost_vdpa_device_realize()
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs174 const INSTANCE_POST_INIT: Option<fn(&Self)> = Some(Self::post_init);
534 fn post_init(&self) { in post_init() method
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs720 fn post_init(&self) { in post_init() method
900 const INSTANCE_POST_INIT: Option<fn(&Self)> = Some(Self::post_init);