Searched refs:xenbus_alloc_evtchn (Results 1 – 13 of 13) sorted by relevance
/linux/include/xen/ |
H A D | xenbus.h | 230 int xenbus_alloc_evtchn(struct xenbus_device *dev, evtchn_port_t *port);
|
/linux/drivers/xen/xenbus/ |
H A D | xenbus_client.c | 471 int xenbus_alloc_evtchn(struct xenbus_device *dev, evtchn_port_t *port) in xenbus_alloc_evtchn() function 488 EXPORT_SYMBOL_GPL(xenbus_alloc_evtchn);
|
/linux/drivers/char/tpm/ |
H A D | xen-tpmfront.c | 262 rv = xenbus_alloc_evtchn(dev, &priv->evtchn); in setup_ring()
|
/linux/drivers/gpu/drm/xen/ |
H A D | xen_drm_front_evtchnl.c | 189 ret = xenbus_alloc_evtchn(xb_dev, &evtchnl->port); in evtchnl_alloc()
|
/linux/sound/xen/ |
H A D | xen_snd_front_evtchnl.c | 234 ret = xenbus_alloc_evtchn(xb_dev, &channel->port); in evtchnl_alloc()
|
/linux/drivers/input/misc/ |
H A D | xen-kbdfront.c | 434 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenkbd_connect_backend()
|
/linux/net/9p/ |
H A D | trans_xen.c | 356 ret = xenbus_alloc_evtchn(dev, &ring->evtchn); in xen_9pfs_front_alloc_dataring()
|
/linux/drivers/xen/ |
H A D | pvcalls-front.c | 400 ret = xenbus_alloc_evtchn(pvcalls_front_dev, evtchn); in create_active() 1204 ret = xenbus_alloc_evtchn(dev, &evtchn); in pvcalls_front_probe()
|
/linux/drivers/video/fbdev/ |
H A D | xen-fbfront.c | 555 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenfb_connect_backend()
|
/linux/drivers/net/ |
H A D | xen-netfront.c | 1906 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_single() 1932 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_split() 1935 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn); in setup_netfront_split()
|
/linux/drivers/pci/ |
H A D | xen-pcifront.c | 749 err = xenbus_alloc_evtchn(pdev->xdev, &pdev->evtchn); in pcifront_publish_info()
|
/linux/drivers/scsi/ |
H A D | xen-scsifront.c | 804 err = xenbus_alloc_evtchn(dev, &info->evtchn); in scsifront_alloc_ring()
|
/linux/drivers/usb/host/ |
H A D | xen-hcd.c | 1131 err = xenbus_alloc_evtchn(dev, &info->evtchn); in xenhcd_setup_rings()
|