Searched refs:xenbus_alloc_evtchn (Results 1 – 12 of 12) sorted by relevance
| /drivers/xen/xenbus/ |
| A D | xenbus_client.c | 473 int xenbus_alloc_evtchn(struct xenbus_device *dev, evtchn_port_t *port) in xenbus_alloc_evtchn() function 490 EXPORT_SYMBOL_GPL(xenbus_alloc_evtchn);
|
| /drivers/gpu/drm/xen/ |
| A D | xen_drm_front_evtchnl.c | 189 ret = xenbus_alloc_evtchn(xb_dev, &evtchnl->port); in evtchnl_alloc()
|
| /drivers/char/tpm/ |
| A D | xen-tpmfront.c | 263 rv = xenbus_alloc_evtchn(dev, &priv->evtchn); in setup_ring()
|
| /drivers/input/misc/ |
| A D | xen-kbdfront.c | 434 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenkbd_connect_backend()
|
| /drivers/xen/ |
| 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()
|
| /drivers/tty/hvc/ |
| A D | hvc_xen.c | 436 ret = xenbus_alloc_evtchn(dev, &evtchn); in xencons_connect_backend()
|
| /drivers/net/ |
| A D | xen-netfront.c | 1909 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_single() 1935 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_split() 1938 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn); in setup_netfront_split()
|
| /drivers/video/fbdev/ |
| A D | xen-fbfront.c | 555 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenfb_connect_backend()
|
| /drivers/pci/ |
| A D | xen-pcifront.c | 749 err = xenbus_alloc_evtchn(pdev->xdev, &pdev->evtchn); in pcifront_publish_info()
|
| /drivers/scsi/ |
| A D | xen-scsifront.c | 804 err = xenbus_alloc_evtchn(dev, &info->evtchn); in scsifront_alloc_ring()
|
| /drivers/usb/host/ |
| A D | xen-hcd.c | 1131 err = xenbus_alloc_evtchn(dev, &info->evtchn); in xenhcd_setup_rings()
|
| /drivers/block/ |
| A D | xen-blkfront.c | 1695 err = xenbus_alloc_evtchn(dev, &rinfo->evtchn); in setup_blkring()
|
Completed in 44 milliseconds