Lines Matching refs:chardev
91 qemu_chr_fe_disconnect(&vs->conf.chardev); in vhost_user_scsi_set_status()
127 qemu_chr_fe_disconnect(&vs->conf.chardev); in vhost_user_scsi_handle_output()
196 qemu_chr_fe_set_handlers(&vs->conf.chardev, NULL, NULL, in vhost_user_scsi_disconnect()
213 qemu_chr_fe_disconnect(&vs->conf.chardev); in vhost_user_scsi_event()
219 vhost_user_async_close(dev, &vs->conf.chardev, &vsc->dev, in vhost_user_scsi_event()
238 ret = qemu_chr_fe_wait_connected(&vs->conf.chardev, errp); in vhost_user_scsi_realize_connect()
245 qemu_chr_fe_disconnect(&vs->conf.chardev); in vhost_user_scsi_realize_connect()
263 if (!vs->conf.chardev.chr) { in vhost_user_scsi_realize()
276 if (!vhost_user_init(&s->vhost_user, &vs->conf.chardev, errp)) { in vhost_user_scsi_realize()
299 qemu_chr_fe_set_handlers(&vs->conf.chardev, NULL, NULL, in vhost_user_scsi_realize()
329 qemu_chr_fe_set_handlers(&vs->conf.chardev, NULL, NULL, NULL, NULL, NULL, in vhost_user_scsi_unrealize()
345 DEFINE_PROP_CHR("chardev", VirtIOSCSICommon, conf.chardev),