Home
last modified time | relevance | path

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

/Linux-v6.6/include/xen/
Dxenbus.h233 int xenbus_alloc_evtchn(struct xenbus_device *dev, evtchn_port_t *port);
/Linux-v6.6/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.6/drivers/char/tpm/
Dxen-tpmfront.c262 rv = xenbus_alloc_evtchn(dev, &priv->evtchn); in setup_ring()
/Linux-v6.6/drivers/gpu/drm/xen/
Dxen_drm_front_evtchnl.c189 ret = xenbus_alloc_evtchn(xb_dev, &evtchnl->port); in evtchnl_alloc()
/Linux-v6.6/sound/xen/
Dxen_snd_front_evtchnl.c234 ret = xenbus_alloc_evtchn(xb_dev, &channel->port); in evtchnl_alloc()
/Linux-v6.6/drivers/input/misc/
Dxen-kbdfront.c434 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenkbd_connect_backend()
/Linux-v6.6/net/9p/
Dtrans_xen.c357 ret = xenbus_alloc_evtchn(dev, &ring->evtchn); in xen_9pfs_front_alloc_dataring()
/Linux-v6.6/drivers/tty/hvc/
Dhvc_xen.c432 ret = xenbus_alloc_evtchn(dev, &evtchn); in xencons_connect_backend()
/Linux-v6.6/drivers/xen/
Dpvcalls-front.c399 ret = xenbus_alloc_evtchn(pvcalls_front_dev, evtchn); in create_active()
1194 ret = xenbus_alloc_evtchn(dev, &evtchn); in pvcalls_front_probe()
/Linux-v6.6/drivers/video/fbdev/
Dxen-fbfront.c554 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenfb_connect_backend()
/Linux-v6.6/drivers/net/
Dxen-netfront.c1902 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_single()
1928 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_split()
1931 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->rx_evtchn); in setup_netfront_split()
/Linux-v6.6/drivers/pci/
Dxen-pcifront.c749 err = xenbus_alloc_evtchn(pdev->xdev, &pdev->evtchn); in pcifront_publish_info()
/Linux-v6.6/drivers/scsi/
Dxen-scsifront.c803 err = xenbus_alloc_evtchn(dev, &info->evtchn); in scsifront_alloc_ring()
/Linux-v6.6/drivers/usb/host/
Dxen-hcd.c1131 err = xenbus_alloc_evtchn(dev, &info->evtchn); in xenhcd_setup_rings()
/Linux-v6.6/drivers/block/
Dxen-blkfront.c1696 err = xenbus_alloc_evtchn(dev, &rinfo->evtchn); in setup_blkring()