Searched refs:xbdev (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/block/ |
| A D | xen-blkfront.c | 197 struct xenbus_device *xbdev; member 362 info->xbdev->otherend_id, in grant_foreign_access() 385 info->xbdev->otherend_id, in get_grant() 1989 info->xbdev = dev; in blkfront_probe() 2123 struct xenbus_device *xbdev = info->xbdev; in blkfront_closing() local 2143 xenbus_frontend_closed(xbdev); in blkfront_closing() 2350 __func__, info->xbdev->otherend); in blkfront_connect() 2360 info->xbdev->otherend); in blkfront_connect() 2377 info->xbdev->otherend); in blkfront_connect() 2387 info->xbdev->otherend); in blkfront_connect() [all …]
|
| /linux/drivers/net/ |
| A D | xen-netfront.c | 162 struct xenbus_device *xbdev; member 328 queue->info->xbdev->otherend_id, in xennet_alloc_rx_buffers() 1416 !xenbus_read_unsigned(np->xbdev->otherend, in xennet_fix_features() 1543 err = xenbus_printf(XBT_NIL, np->xbdev->nodename, in talk_to_netback_xdp() 1577 xenbus_read_driver_state(np->xbdev->otherend) == in xennet_xdp_set() 1651 np->xbdev = dev; in xennet_create_dev() 2031 struct xenbus_device *dev = queue->info->xbdev; in write_queue_xenstore_keys() 2186 dev_warn(&info->xbdev->dev, in xennet_create_queues() 2209 dev_err(&info->xbdev->dev, "no queues\n"); in xennet_create_queues() 2393 err = talk_to_netback(np->xbdev, np); in xennet_connect() [all …]
|
| /linux/drivers/input/misc/ |
| 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()
|
| /linux/drivers/tty/hvc/ |
| A D | hvc_xen.c | 37 struct xenbus_device *xbdev; member 363 xenbus_free_evtchn(info->xbdev, info->evtchn); in xencons_disconnect_backend() 387 if (info->xbdev != NULL) in xen_console_remove() 429 gnttab_grant_foreign_access_ref(ref, info->xbdev->otherend_id, in xencons_connect_backend() 476 info->xbdev = dev; in xencons_probe()
|
| /linux/drivers/video/fbdev/ |
| A D | xen-fbfront.c | 58 struct xenbus_device *xbdev; member 403 info->xbdev = dev; in xenfb_probe() 669 if (xenbus_read_unsigned(info->xbdev->otherend, in xenfb_backend_changed()
|
Completed in 21 milliseconds