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()
135 * Invoke .post_init() to initialize the transport-specific fields in vhost_vdpa_device_realize() 138 if (v->post_init && v->post_init(v, errp) < 0) { in vhost_vdpa_device_realize()
170 const INSTANCE_POST_INIT: Option<fn(&Self)> = Some(Self::post_init);542 fn post_init(&self) { in read() 534 fn post_init(&self) { post_init() method
726 fn post_init(&self) {906 const INSTANCE_POST_INIT: Option<fn(&Self)> = Some(Self::post_init);720 fn post_init(&self) { post_init() method