Home
last modified time | relevance | path

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

/linux/include/xen/
H A Dxenbus.h230 int xenbus_alloc_evtchn(struct xenbus_device *dev, evtchn_port_t *port);
/linux/drivers/xen/xenbus/
H A Dxenbus_client.c471 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 Dxen-tpmfront.c262 rv = xenbus_alloc_evtchn(dev, &priv->evtchn); in setup_ring()
/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_evtchnl.c189 ret = xenbus_alloc_evtchn(xb_dev, &evtchnl->port); in evtchnl_alloc()
/linux/sound/xen/
H A Dxen_snd_front_evtchnl.c234 ret = xenbus_alloc_evtchn(xb_dev, &channel->port); in evtchnl_alloc()
/linux/drivers/input/misc/
H A Dxen-kbdfront.c434 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenkbd_connect_backend()
/linux/net/9p/
H A Dtrans_xen.c356 ret = xenbus_alloc_evtchn(dev, &ring->evtchn); in xen_9pfs_front_alloc_dataring()
/linux/drivers/xen/
H A Dpvcalls-front.c400 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 Dxen-fbfront.c555 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenfb_connect_backend()
/linux/drivers/net/
H A Dxen-netfront.c1906 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 Dxen-pcifront.c749 err = xenbus_alloc_evtchn(pdev->xdev, &pdev->evtchn); in pcifront_publish_info()
/linux/drivers/scsi/
H A Dxen-scsifront.c804 err = xenbus_alloc_evtchn(dev, &info->evtchn); in scsifront_alloc_ring()
/linux/drivers/usb/host/
H A Dxen-hcd.c1131 err = xenbus_alloc_evtchn(dev, &info->evtchn); in xenhcd_setup_rings()