Symbol: xenbus_alloc_evtchn
drivers/block/xen-blkfront.c
1695
err = xenbus_alloc_evtchn(dev, &rinfo->evtchn);
drivers/char/tpm/xen-tpmfront.c
263
rv = xenbus_alloc_evtchn(dev, &priv->evtchn);
drivers/gpu/drm/xen/xen_drm_front_evtchnl.c
189
ret = xenbus_alloc_evtchn(xb_dev, &evtchnl->port);
drivers/input/misc/xen-kbdfront.c
434
ret = xenbus_alloc_evtchn(dev, &evtchn);
drivers/net/xen-netfront.c
1909
err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn);
drivers/net/xen-netfront.c
1935
err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn);
drivers/net/xen-netfront.c
1938
err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn);
drivers/pci/xen-pcifront.c
749
err = xenbus_alloc_evtchn(pdev->xdev, &pdev->evtchn);
drivers/scsi/xen-scsifront.c
804
err = xenbus_alloc_evtchn(dev, &info->evtchn);
drivers/tty/hvc/hvc_xen.c
452
ret = xenbus_alloc_evtchn(dev, &evtchn);
drivers/usb/host/xen-hcd.c
1131
err = xenbus_alloc_evtchn(dev, &info->evtchn);
drivers/video/fbdev/xen-fbfront.c
555
ret = xenbus_alloc_evtchn(dev, &evtchn);
drivers/xen/pvcalls-front.c
1204
ret = xenbus_alloc_evtchn(dev, &evtchn);
drivers/xen/pvcalls-front.c
400
ret = xenbus_alloc_evtchn(pvcalls_front_dev, evtchn);
drivers/xen/xenbus/xenbus_client.c
495
EXPORT_SYMBOL_GPL(xenbus_alloc_evtchn);
include/xen/xenbus.h
229
int xenbus_alloc_evtchn(struct xenbus_device *dev, evtchn_port_t *port);
net/9p/trans_xen.c
366
ret = xenbus_alloc_evtchn(dev, &ring->evtchn);
sound/xen/xen_snd_front_evtchnl.c
231
ret = xenbus_alloc_evtchn(xb_dev, &channel->port);