Searched refs:post_init (Results 1 – 5 of 5) sorted by relevance
40 int (*post_init)(VhostVdpaDevice *v, Error **errp); member
69 dev->vdev.post_init = vhost_vdpa_device_pci_post_init; in vhost_vdpa_device_pci_realize()
138 if (v->post_init && v->post_init(v, errp) < 0) { in vhost_vdpa_device_realize()
174 const INSTANCE_POST_INIT: Option<fn(&Self)> = Some(Self::post_init);534 fn post_init(&self) { in post_init() method
720 fn post_init(&self) { in post_init() method900 const INSTANCE_POST_INIT: Option<fn(&Self)> = Some(Self::post_init);