Searched refs:xenbus_alloc_evtchn (Results 1 - 15 of 15) sorted by relevance

/linux-master/include/xen/
H A Dxenbus.h233 int xenbus_alloc_evtchn(struct xenbus_device *dev, evtchn_port_t *port);
/linux-master/drivers/xen/xenbus/
H A Dxenbus_client.c471 int xenbus_alloc_evtchn(struct xenbus_device *dev, evtchn_port_t *port) function
488 EXPORT_SYMBOL_GPL(xenbus_alloc_evtchn); variable
/linux-master/drivers/gpu/drm/xen/
H A Dxen_drm_front_evtchnl.c189 ret = xenbus_alloc_evtchn(xb_dev, &evtchnl->port);
/linux-master/drivers/char/tpm/
H A Dxen-tpmfront.c262 rv = xenbus_alloc_evtchn(dev, &priv->evtchn);
/linux-master/sound/xen/
H A Dxen_snd_front_evtchnl.c234 ret = xenbus_alloc_evtchn(xb_dev, &channel->port);
/linux-master/drivers/input/misc/
H A Dxen-kbdfront.c434 ret = xenbus_alloc_evtchn(dev, &evtchn);
/linux-master/drivers/video/fbdev/
H A Dxen-fbfront.c554 ret = xenbus_alloc_evtchn(dev, &evtchn);
/linux-master/net/9p/
H A Dtrans_xen.c356 ret = xenbus_alloc_evtchn(dev, &ring->evtchn);
/linux-master/drivers/tty/hvc/
H A Dhvc_xen.c436 ret = xenbus_alloc_evtchn(dev, &evtchn);
/linux-master/drivers/xen/
H A Dpvcalls-front.c399 ret = xenbus_alloc_evtchn(pvcalls_front_dev, evtchn);
1194 ret = xenbus_alloc_evtchn(dev, &evtchn);
/linux-master/drivers/net/
H A Dxen-netfront.c1903 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn);
1929 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn);
1932 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn);
/linux-master/drivers/pci/
H A Dxen-pcifront.c749 err = xenbus_alloc_evtchn(pdev->xdev, &pdev->evtchn);
/linux-master/drivers/scsi/
H A Dxen-scsifront.c803 err = xenbus_alloc_evtchn(dev, &info->evtchn);
805 xenbus_dev_fatal(dev, err, "xenbus_alloc_evtchn");
/linux-master/drivers/usb/host/
H A Dxen-hcd.c1131 err = xenbus_alloc_evtchn(dev, &info->evtchn);
1133 xenbus_dev_fatal(dev, err, "xenbus_alloc_evtchn");
/linux-master/drivers/block/
H A Dxen-blkfront.c1694 err = xenbus_alloc_evtchn(dev, &rinfo->evtchn);

Completed in 363 milliseconds