Searched refs:xenbus_alloc_evtchn (Results 1 – 9 of 9) sorted by relevance
/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);
|
/drivers/char/tpm/ |
D | xen-tpmfront.c | 212 rv = xenbus_alloc_evtchn(dev, &priv->evtchn); in setup_ring()
|
/drivers/input/misc/ |
D | xen-kbdfront.c | 246 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenkbd_connect_backend()
|
/drivers/tty/hvc/ |
D | hvc_xen.c | 387 ret = xenbus_alloc_evtchn(dev, &evtchn); in xencons_connect_backend()
|
/drivers/net/ |
D | xen-netfront.c | 1483 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_single() 1508 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_split() 1511 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn); in setup_netfront_split()
|
/drivers/video/fbdev/ |
D | xen-fbfront.c | 572 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenfb_connect_backend()
|
/drivers/scsi/ |
D | xen-scsifront.c | 739 err = xenbus_alloc_evtchn(dev, &info->evtchn); in scsifront_alloc_ring()
|
/drivers/pci/ |
D | xen-pcifront.c | 798 err = xenbus_alloc_evtchn(pdev->xdev, &pdev->evtchn); in pcifront_publish_info()
|
/drivers/block/ |
D | xen-blkfront.c | 1687 err = xenbus_alloc_evtchn(dev, &rinfo->evtchn); in setup_blkring()
|