Home
last modified time | relevance | path

Searched refs:xbdev (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/block/
Dxen-blkfront.c196 struct xenbus_device *xbdev; member
348 info->xbdev->otherend_id, in grant_foreign_access()
371 info->xbdev->otherend_id, in get_grant()
497 dev_dbg(&info->xbdev->dev, "command: 0x%x, argument: 0x%lx\n", in blkif_ioctl()
502 dev_dbg(&info->xbdev->dev, "FIXME: support multisession CDs later\n"); in blkif_ioctl()
1640 dev_dbg(&info->xbdev->dev, "Bad return from blkdev data " in blkif_interrupt()
1761 xenbus_dev_fatal(info->xbdev, err, "%s", message); in write_per_ring_nodes()
1785 max_page_order = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_blkback()
1910 backend_max_queues = xenbus_read_unsigned(info->xbdev->otherend, in negotiate_mq()
1921 xenbus_dev_fatal(info->xbdev, -ENOMEM, "allocating ring_info structure"); in negotiate_mq()
[all …]
/Linux-v4.19/drivers/net/
Dxen-netfront.c153 struct xenbus_device *xbdev; member
320 queue->info->xbdev->otherend_id, in xennet_alloc_rx_buffers()
447 gnttab_grant_foreign_access_ref(ref, queue->info->xbdev->otherend_id, in xennet_tx_setup_grant()
1193 !xenbus_read_unsigned(np->xbdev->otherend, "feature-sg", 0)) in xennet_fix_features()
1197 !xenbus_read_unsigned(np->xbdev->otherend, in xennet_fix_features()
1202 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv4", 0)) in xennet_fix_features()
1206 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv6", 0)) in xennet_fix_features()
1302 np->xbdev = dev; in xennet_create_dev()
1469 err = xenbus_alloc_evtchn(queue->info->xbdev, &queue->tx_evtchn); in setup_netfront_single()
1484 xenbus_free_evtchn(queue->info->xbdev, queue->tx_evtchn); in setup_netfront_single()
[all …]
/Linux-v4.19/drivers/input/misc/
Dxen-kbdfront.c42 struct xenbus_device *xbdev; member
214 info->xbdev = dev; in xenkbd_probe()
337 num_cont = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
340 width = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
343 height = xenbus_read_unsigned(info->xbdev->otherend, in xenkbd_probe()
363 xenbus_dev_fatal(info->xbdev, ret, in xenkbd_probe()
371 xenbus_dev_fatal(info->xbdev, ret, in xenkbd_probe()
/Linux-v4.19/drivers/tty/hvc/
Dhvc_xen.c37 struct xenbus_device *xbdev; member
328 xenbus_free_evtchn(info->xbdev, info->evtchn); in xencons_disconnect_backend()
352 if (info->xbdev != NULL) in xen_console_remove()
394 gnttab_grant_foreign_access_ref(ref, info->xbdev->otherend_id, in xencons_connect_backend()
441 info->xbdev = dev; in xencons_probe()
/Linux-v4.19/drivers/video/fbdev/
Dxen-fbfront.c58 struct xenbus_device *xbdev; member
403 info->xbdev = dev; in xenfb_probe()
669 if (xenbus_read_unsigned(info->xbdev->otherend, in xenfb_backend_changed()