Home
last modified time | relevance | path

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

/Linux-v6.1/include/xen/
Dxenbus.h236 int xenbus_alloc_evtchn(struct xenbus_device *dev, evtchn_port_t *port);
/Linux-v6.1/drivers/xen/xenbus/
Dxenbus_client.c462 int xenbus_alloc_evtchn(struct xenbus_device *dev, evtchn_port_t *port) in xenbus_alloc_evtchn() function
479 EXPORT_SYMBOL_GPL(xenbus_alloc_evtchn);
/Linux-v6.1/drivers/gpu/drm/xen/
Dxen_drm_front_evtchnl.c189 ret = xenbus_alloc_evtchn(xb_dev, &evtchnl->port); in evtchnl_alloc()
/Linux-v6.1/drivers/char/tpm/
Dxen-tpmfront.c262 rv = xenbus_alloc_evtchn(dev, &priv->evtchn); in setup_ring()
/Linux-v6.1/sound/xen/
Dxen_snd_front_evtchnl.c234 ret = xenbus_alloc_evtchn(xb_dev, &channel->port); in evtchnl_alloc()
/Linux-v6.1/drivers/input/misc/
Dxen-kbdfront.c435 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenkbd_connect_backend()
/Linux-v6.1/net/9p/
Dtrans_xen.c352 ret = xenbus_alloc_evtchn(dev, &ring->evtchn); in xen_9pfs_front_alloc_dataring()
/Linux-v6.1/drivers/tty/hvc/
Dhvc_xen.c409 ret = xenbus_alloc_evtchn(dev, &evtchn); in xencons_connect_backend()
/Linux-v6.1/drivers/xen/
Dpvcalls-front.c389 ret = xenbus_alloc_evtchn(pvcalls_front_dev, evtchn); in create_active()
1187 ret = xenbus_alloc_evtchn(dev, &evtchn); in pvcalls_front_probe()
/Linux-v6.1/drivers/video/fbdev/
Dxen-fbfront.c581 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenfb_connect_backend()
/Linux-v6.1/drivers/net/
Dxen-netfront.c1900 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_single()
1926 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_split()
1929 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn); in setup_netfront_split()
/Linux-v6.1/drivers/pci/
Dxen-pcifront.c757 err = xenbus_alloc_evtchn(pdev->xdev, &pdev->evtchn); in pcifront_publish_info()
/Linux-v6.1/drivers/scsi/
Dxen-scsifront.c803 err = xenbus_alloc_evtchn(dev, &info->evtchn); in scsifront_alloc_ring()
/Linux-v6.1/drivers/usb/host/
Dxen-hcd.c1131 err = xenbus_alloc_evtchn(dev, &info->evtchn); in xenhcd_setup_rings()
/Linux-v6.1/drivers/block/
Dxen-blkfront.c1695 err = xenbus_alloc_evtchn(dev, &rinfo->evtchn); in setup_blkring()