Searched refs:xenbus_alloc_evtchn (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/include/xen/ |
D | xenbus.h | 218 int xenbus_alloc_evtchn(struct xenbus_device *dev, int *port);
|
/Linux-v4.19/drivers/xen/xenbus/ |
D | xenbus_client.c | 396 int xenbus_alloc_evtchn(struct xenbus_device *dev, int *port) in xenbus_alloc_evtchn() function 413 EXPORT_SYMBOL_GPL(xenbus_alloc_evtchn);
|
/Linux-v4.19/drivers/char/tpm/ |
D | xen-tpmfront.c | 273 rv = xenbus_alloc_evtchn(dev, &priv->evtchn); in setup_ring()
|
/Linux-v4.19/drivers/gpu/drm/xen/ |
D | xen_drm_front_evtchnl.c | 210 ret = xenbus_alloc_evtchn(xb_dev, &evtchnl->port); in evtchnl_alloc()
|
/Linux-v4.19/sound/xen/ |
D | xen_snd_front_evtchnl.c | 260 ret = xenbus_alloc_evtchn(xb_dev, &channel->port); in evtchnl_alloc()
|
/Linux-v4.19/drivers/input/misc/ |
D | xen-kbdfront.c | 435 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenkbd_connect_backend()
|
/Linux-v4.19/net/9p/ |
D | trans_xen.c | 360 ret = xenbus_alloc_evtchn(dev, &ring->evtchn); in xen_9pfs_front_alloc_dataring()
|
/Linux-v4.19/drivers/tty/hvc/ |
D | hvc_xen.c | 374 ret = xenbus_alloc_evtchn(dev, &evtchn); in xencons_connect_backend()
|
/Linux-v4.19/drivers/xen/ |
D | pvcalls-front.c | 368 ret = xenbus_alloc_evtchn(pvcalls_front_dev, evtchn); in create_active() 1151 ret = xenbus_alloc_evtchn(dev, &evtchn); in pvcalls_front_probe()
|
/Linux-v4.19/drivers/net/ |
D | xen-netfront.c | 1469 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_single() 1494 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_split() 1497 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn); in setup_netfront_split()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | xen-fbfront.c | 582 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenfb_connect_backend()
|
/Linux-v4.19/drivers/scsi/ |
D | xen-scsifront.c | 729 err = xenbus_alloc_evtchn(dev, &info->evtchn); in scsifront_alloc_ring()
|
/Linux-v4.19/drivers/pci/ |
D | xen-pcifront.c | 799 err = xenbus_alloc_evtchn(pdev->xdev, &pdev->evtchn); in pcifront_publish_info()
|
/Linux-v4.19/drivers/block/ |
D | xen-blkfront.c | 1699 err = xenbus_alloc_evtchn(dev, &rinfo->evtchn); in setup_blkring()
|