Home
last modified time | relevance | path

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

/Linux-v5.4/include/xen/
Dxenbus.h218 int xenbus_alloc_evtchn(struct xenbus_device *dev, int *port);
/Linux-v5.4/drivers/xen/xenbus/
Dxenbus_client.c394 int xenbus_alloc_evtchn(struct xenbus_device *dev, int *port) in xenbus_alloc_evtchn() function
411 EXPORT_SYMBOL_GPL(xenbus_alloc_evtchn);
/Linux-v5.4/drivers/char/tpm/
Dxen-tpmfront.c270 rv = xenbus_alloc_evtchn(dev, &priv->evtchn); in setup_ring()
/Linux-v5.4/drivers/gpu/drm/xen/
Dxen_drm_front_evtchnl.c210 ret = xenbus_alloc_evtchn(xb_dev, &evtchnl->port); in evtchnl_alloc()
/Linux-v5.4/sound/xen/
Dxen_snd_front_evtchnl.c260 ret = xenbus_alloc_evtchn(xb_dev, &channel->port); in evtchnl_alloc()
/Linux-v5.4/drivers/input/misc/
Dxen-kbdfront.c435 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenkbd_connect_backend()
/Linux-v5.4/net/9p/
Dtrans_xen.c361 ret = xenbus_alloc_evtchn(dev, &ring->evtchn); in xen_9pfs_front_alloc_dataring()
/Linux-v5.4/drivers/tty/hvc/
Dhvc_xen.c374 ret = xenbus_alloc_evtchn(dev, &evtchn); in xencons_connect_backend()
/Linux-v5.4/drivers/net/
Dxen-netfront.c1467 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_single()
1492 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_split()
1495 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn); in setup_netfront_split()
/Linux-v5.4/drivers/xen/
Dpvcalls-front.c389 ret = xenbus_alloc_evtchn(pvcalls_front_dev, evtchn); in create_active()
1184 ret = xenbus_alloc_evtchn(dev, &evtchn); in pvcalls_front_probe()
/Linux-v5.4/drivers/video/fbdev/
Dxen-fbfront.c582 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenfb_connect_backend()
/Linux-v5.4/drivers/scsi/
Dxen-scsifront.c728 err = xenbus_alloc_evtchn(dev, &info->evtchn); in scsifront_alloc_ring()
/Linux-v5.4/drivers/pci/
Dxen-pcifront.c798 err = xenbus_alloc_evtchn(pdev->xdev, &pdev->evtchn); in pcifront_publish_info()
/Linux-v5.4/drivers/block/
Dxen-blkfront.c1699 err = xenbus_alloc_evtchn(dev, &rinfo->evtchn); in setup_blkring()