Home
last modified time | relevance | path

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

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