Searched refs:vu_dev (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/um/drivers/ |
| A D | virtio_uml.c | 169 int rc = vhost_user_recv(vu_dev, vu_dev->sock, msg, in vhost_user_recv_resp() 200 int rc = vhost_user_recv(vu_dev, vu_dev->req_fd, msg, in vhost_user_recv_req() 350 vu_err(vu_dev, in vhost_user_reply() 447 vu_dev->pdev->name, vu_dev, in vhost_user_init_slave_req() 462 um_free_irq(vu_dev->irq, vu_dev); in vhost_user_init_slave_req() 477 rc = vhost_user_get_features(vu_dev, &vu_dev->features); in vhost_user_init() 533 vu_err(vu_dev, in vhost_user_get_config() 1064 return vhost_user_set_features(vu_dev, vu_dev->features); in vu_finalize_features() 1095 um_free_irq(vu_dev->irq, vu_dev); in virtio_uml_release_dev() 1127 vu_dev = kzalloc(sizeof(*vu_dev), GFP_KERNEL); in virtio_uml_probe() [all …]
|
Completed in 14 milliseconds