Home
last modified time | relevance | path

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

/linux-4.1.27/include/xen/
Dxenbus.h220 int xenbus_alloc_evtchn(struct xenbus_device *dev, int *port);
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_client.c410 int xenbus_alloc_evtchn(struct xenbus_device *dev, int *port) in xenbus_alloc_evtchn() function
427 EXPORT_SYMBOL_GPL(xenbus_alloc_evtchn);
/linux-4.1.27/drivers/char/tpm/
Dxen-tpmfront.c210 rv = xenbus_alloc_evtchn(dev, &priv->evtchn); in setup_ring()
/linux-4.1.27/drivers/input/misc/
Dxen-kbdfront.c240 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenkbd_connect_backend()
/linux-4.1.27/drivers/tty/hvc/
Dhvc_xen.c379 ret = xenbus_alloc_evtchn(dev, &evtchn); in xencons_connect_backend()
/linux-4.1.27/drivers/net/
Dxen-netfront.c1417 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_single()
1442 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_split()
1445 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn); in setup_netfront_split()
/linux-4.1.27/drivers/video/fbdev/
Dxen-fbfront.c572 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenfb_connect_backend()
/linux-4.1.27/drivers/pci/
Dxen-pcifront.c790 err = xenbus_alloc_evtchn(pdev->xdev, &pdev->evtchn); in pcifront_publish_info()
/linux-4.1.27/drivers/scsi/
Dxen-scsifront.c739 err = xenbus_alloc_evtchn(dev, &info->evtchn); in scsifront_alloc_ring()
/linux-4.1.27/drivers/block/
Dxen-blkfront.c1271 err = xenbus_alloc_evtchn(dev, &info->evtchn); in setup_blkring()