Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Dxen-blkfront.c201 struct xenbus_device *xbdev; member
369 info->xbdev->otherend_id, in grant_foreign_access()
392 info->xbdev->otherend_id, in get_grant()
1638 dev_dbg_ratelimited(&info->xbdev->dev, in blkif_interrupt()
1758 xenbus_dev_fatal(info->xbdev, err, "%s", message); in write_per_ring_nodes()
1787 max_page_order = xenbus_read_unsigned(info->xbdev->otherend, in talk_to_blkback()
1904 backend_max_queues = xenbus_read_unsigned(info->xbdev->otherend, in negotiate_mq()
1915 xenbus_dev_fatal(info->xbdev, -ENOMEM, "allocating ring_info structure"); in negotiate_mq()
1990 info->xbdev = dev; in blkfront_probe()
2027 xenbus_switch_state(info->xbdev, XenbusStateConnected); in blkif_recover()
[all …]
/openbmc/linux/drivers/net/
H A Dxen-netfront.c164 struct xenbus_device *xbdev; member
335 queue->info->xbdev->otherend_id, in xennet_alloc_rx_buffers()
490 gnttab_grant_foreign_access_ref(ref, queue->info->xbdev->otherend_id, in xennet_tx_setup_grant()
1481 !xenbus_read_unsigned(np->xbdev->otherend, "feature-sg", 0)) in xennet_fix_features()
1485 !xenbus_read_unsigned(np->xbdev->otherend, in xennet_fix_features()
1490 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv4", 0)) in xennet_fix_features()
1494 !xenbus_read_unsigned(np->xbdev->otherend, "feature-gso-tcpv6", 0)) in xennet_fix_features()
1612 err = xenbus_printf(XBT_NIL, np->xbdev->nodename, in talk_to_netback_xdp()
1637 xenbus_switch_state(np->xbdev, XenbusStateReconfiguring); in xennet_xdp_set()
1646 xenbus_read_driver_state(np->xbdev->otherend) == in xennet_xdp_set()
[all …]
/openbmc/linux/drivers/input/misc/
H A 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()
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_xen.c37 struct xenbus_device *xbdev; member
390 xenbus_free_evtchn(info->xbdev, info->evtchn); in xencons_disconnect_backend()
413 if (info->xbdev != NULL) in xen_console_remove()
455 gnttab_grant_foreign_access_ref(ref, info->xbdev->otherend_id, in xencons_connect_backend()
504 info->xbdev = dev; in xencons_probe()
/openbmc/linux/drivers/video/fbdev/
H A Dxen-fbfront.c58 struct xenbus_device *xbdev; member
381 info->xbdev = dev; in xenfb_probe()
641 if (xenbus_read_unsigned(info->xbdev->otherend, in xenfb_backend_changed()
/openbmc/linux/drivers/usb/host/
H A Dxen-hcd.c76 struct xenbus_device *xbdev; member
604 gnttab_grant_foreign_access_ref(ref, info->xbdev->otherend_id, in xenhcd_gnttab_map()
1486 info->xbdev = dev; in xenhcd_create_hcd()