Searched refs:xbdev (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/block/ |
H A D | xen-blkfront.c | 201 struct xenbus_device *xbdev; member 369 info->xbdev->otherend_id, in grant_foreign_access() 392 info->xbdev->otherend_id, in get_grant() 1990 info->xbdev = dev; in blkfront_probe() 2122 struct xenbus_device *xbdev = info->xbdev; in blkfront_closing() local 2143 xenbus_frontend_closed(xbdev); in blkfront_closing() 2352 __func__, info->xbdev->otherend); in blkfront_connect() 2362 info->xbdev->otherend); in blkfront_connect() 2379 info->xbdev->otherend); in blkfront_connect() 2389 info->xbdev->otherend); in blkfront_connect() [all …]
|
/openbmc/linux/drivers/net/ |
H A D | xen-netfront.c | 164 struct xenbus_device *xbdev; member 335 queue->info->xbdev->otherend_id, in xennet_alloc_rx_buffers() 1482 !xenbus_read_unsigned(np->xbdev->otherend, in xennet_fix_features() 1609 err = xenbus_printf(XBT_NIL, np->xbdev->nodename, in talk_to_netback_xdp() 1718 np->xbdev = dev; in xennet_create_dev() 2083 struct xenbus_device *dev = queue->info->xbdev; in write_queue_xenstore_keys() 2222 dev_warn(&info->xbdev->dev, in xennet_create_queues() 2244 dev_err(&info->xbdev->dev, "no queues\n"); in xennet_create_queues() 2432 err = talk_to_netback(np->xbdev, np); in xennet_connect() 2438 dev_info(&np->xbdev->dev, in xennet_connect() [all …]
|
/openbmc/linux/drivers/input/misc/ |
H A D | xen-kbdfront.c | 42 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 D | hvc_xen.c | 37 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 D | xen-fbfront.c | 58 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 D | xen-hcd.c | 76 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()
|