Home
last modified time | relevance | path

Searched refs:xenbus_alloc_evtchn (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/include/xen/
Dxenbus.h218 int xenbus_alloc_evtchn(struct xenbus_device *dev, int *port);
/Linux-v4.19/drivers/xen/xenbus/
Dxenbus_client.c396 int xenbus_alloc_evtchn(struct xenbus_device *dev, int *port) in xenbus_alloc_evtchn() function
413 EXPORT_SYMBOL_GPL(xenbus_alloc_evtchn);
/Linux-v4.19/drivers/char/tpm/
Dxen-tpmfront.c273 rv = xenbus_alloc_evtchn(dev, &priv->evtchn); in setup_ring()
/Linux-v4.19/drivers/gpu/drm/xen/
Dxen_drm_front_evtchnl.c210 ret = xenbus_alloc_evtchn(xb_dev, &evtchnl->port); in evtchnl_alloc()
/Linux-v4.19/sound/xen/
Dxen_snd_front_evtchnl.c260 ret = xenbus_alloc_evtchn(xb_dev, &channel->port); in evtchnl_alloc()
/Linux-v4.19/drivers/input/misc/
Dxen-kbdfront.c435 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenkbd_connect_backend()
/Linux-v4.19/net/9p/
Dtrans_xen.c360 ret = xenbus_alloc_evtchn(dev, &ring->evtchn); in xen_9pfs_front_alloc_dataring()
/Linux-v4.19/drivers/tty/hvc/
Dhvc_xen.c374 ret = xenbus_alloc_evtchn(dev, &evtchn); in xencons_connect_backend()
/Linux-v4.19/drivers/xen/
Dpvcalls-front.c368 ret = xenbus_alloc_evtchn(pvcalls_front_dev, evtchn); in create_active()
1151 ret = xenbus_alloc_evtchn(dev, &evtchn); in pvcalls_front_probe()
/Linux-v4.19/drivers/net/
Dxen-netfront.c1469 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_single()
1494 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_split()
1497 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn); in setup_netfront_split()
/Linux-v4.19/drivers/video/fbdev/
Dxen-fbfront.c582 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenfb_connect_backend()
/Linux-v4.19/drivers/scsi/
Dxen-scsifront.c729 err = xenbus_alloc_evtchn(dev, &info->evtchn); in scsifront_alloc_ring()
/Linux-v4.19/drivers/pci/
Dxen-pcifront.c799 err = xenbus_alloc_evtchn(pdev->xdev, &pdev->evtchn); in pcifront_publish_info()
/Linux-v4.19/drivers/block/
Dxen-blkfront.c1699 err = xenbus_alloc_evtchn(dev, &rinfo->evtchn); in setup_blkring()