Searched refs:xenbus_alloc_evtchn (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/include/xen/ |
A D | xenbus.h | 233 int xenbus_alloc_evtchn(struct xenbus_device *dev, evtchn_port_t *port);
|
/linux-6.3-rc2/drivers/xen/xenbus/ |
A D | xenbus_client.c | 462 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-6.3-rc2/drivers/char/tpm/ |
A D | xen-tpmfront.c | 262 rv = xenbus_alloc_evtchn(dev, &priv->evtchn); in setup_ring()
|
/linux-6.3-rc2/drivers/gpu/drm/xen/ |
A D | xen_drm_front_evtchnl.c | 189 ret = xenbus_alloc_evtchn(xb_dev, &evtchnl->port); in evtchnl_alloc()
|
/linux-6.3-rc2/sound/xen/ |
A D | xen_snd_front_evtchnl.c | 234 ret = xenbus_alloc_evtchn(xb_dev, &channel->port); in evtchnl_alloc()
|
/linux-6.3-rc2/drivers/input/misc/ |
A D | xen-kbdfront.c | 434 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenkbd_connect_backend()
|
/linux-6.3-rc2/drivers/tty/hvc/ |
A D | hvc_xen.c | 418 ret = xenbus_alloc_evtchn(dev, &evtchn); in xencons_connect_backend()
|
/linux-6.3-rc2/net/9p/ |
A D | trans_xen.c | 353 ret = xenbus_alloc_evtchn(dev, &ring->evtchn); in xen_9pfs_front_alloc_dataring()
|
/linux-6.3-rc2/drivers/xen/ |
A D | pvcalls-front.c | 391 ret = xenbus_alloc_evtchn(pvcalls_front_dev, evtchn); in create_active() 1188 ret = xenbus_alloc_evtchn(dev, &evtchn); in pvcalls_front_probe()
|
/linux-6.3-rc2/drivers/video/fbdev/ |
A D | xen-fbfront.c | 575 ret = xenbus_alloc_evtchn(dev, &evtchn); in xenfb_connect_backend()
|
/linux-6.3-rc2/drivers/net/ |
A D | xen-netfront.c | 1902 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-6.3-rc2/drivers/pci/ |
A D | xen-pcifront.c | 757 err = xenbus_alloc_evtchn(pdev->xdev, &pdev->evtchn); in pcifront_publish_info()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | xen-scsifront.c | 803 err = xenbus_alloc_evtchn(dev, &info->evtchn); in scsifront_alloc_ring()
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | xen-hcd.c | 1131 err = xenbus_alloc_evtchn(dev, &info->evtchn); in xenhcd_setup_rings()
|
/linux-6.3-rc2/drivers/block/ |
A D | xen-blkfront.c | 1695 err = xenbus_alloc_evtchn(dev, &rinfo->evtchn); in setup_blkring()
|
Completed in 30 milliseconds