Searched refs:xenbus_alloc_evtchn (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/include/xen/ |
D | xenbus.h | 220 int xenbus_alloc_evtchn(struct xenbus_device *dev, int *port);
|
/linux-4.4.14/drivers/xen/xenbus/ |
D | xenbus_client.c | 415 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/ |
D | xen-tpmfront.c | 210 rv = xenbus_alloc_evtchn(dev, &priv->evtchn); in setup_ring()
|
/linux-4.4.14/drivers/input/misc/ |
D | xen-kbdfront.c | 246 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenkbd_connect_backend()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_xen.c | 379 ret = xenbus_alloc_evtchn(dev, &evtchn); in xencons_connect_backend()
|
/linux-4.4.14/drivers/net/ |
D | xen-netfront.c | 1464 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/ |
D | xen-fbfront.c | 572 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenfb_connect_backend()
|
/linux-4.4.14/drivers/scsi/ |
D | xen-scsifront.c | 739 err = xenbus_alloc_evtchn(dev, &info->evtchn); in scsifront_alloc_ring()
|
/linux-4.4.14/drivers/pci/ |
D | xen-pcifront.c | 798 err = xenbus_alloc_evtchn(pdev->xdev, &pdev->evtchn); in pcifront_publish_info()
|
/linux-4.4.14/drivers/block/ |
D | xen-blkfront.c | 1439 err = xenbus_alloc_evtchn(dev, &info->evtchn); in setup_blkring()
|