Home
last modified time | relevance | path

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

/linux/include/xen/
H A Dxenbus.h228 int xenbus_alloc_evtchn(struct xenbus_device *dev, evtchn_port_t *port);
/linux/drivers/xen/xenbus/
H A Dxenbus_client.c473 int xenbus_alloc_evtchn(struct xenbus_device *dev, evtchn_port_t *port) in xenbus_alloc_evtchn() function
490 EXPORT_SYMBOL_GPL(xenbus_alloc_evtchn);
/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_evtchnl.c189 ret = xenbus_alloc_evtchn(xb_dev, &evtchnl->port); in evtchnl_alloc()
/linux/drivers/char/tpm/
H A Dxen-tpmfront.c263 rv = xenbus_alloc_evtchn(dev, &priv->evtchn); in setup_ring()
/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.c359 ret = xenbus_alloc_evtchn(dev, &ring->evtchn); in xen_9pfs_front_alloc_dataring()
/linux/drivers/video/fbdev/
H A Dxen-fbfront.c555 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenfb_connect_backend()
/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()