Lines Matching refs:xenbus_device
89 int (*map)(struct xenbus_device *dev, struct map_ring_valloc *info,
92 int (*unmap)(struct xenbus_device *dev, void *vaddr);
131 int xenbus_watch_path(struct xenbus_device *dev, const char *path, in xenbus_watch_path()
177 int xenbus_watch_pathfmt(struct xenbus_device *dev, in xenbus_watch_pathfmt()
205 static void xenbus_switch_fatal(struct xenbus_device *, int, int,
209 __xenbus_switch_state(struct xenbus_device *dev, in __xenbus_switch_state()
275 int xenbus_switch_state(struct xenbus_device *dev, enum xenbus_state state) in xenbus_switch_state()
282 int xenbus_frontend_closed(struct xenbus_device *dev) in xenbus_frontend_closed()
290 static void xenbus_va_dev_error(struct xenbus_device *dev, int err, in xenbus_va_dev_error()
325 void xenbus_dev_error(struct xenbus_device *dev, int err, const char *fmt, ...) in xenbus_dev_error()
346 void xenbus_dev_fatal(struct xenbus_device *dev, int err, const char *fmt, ...) in xenbus_dev_fatal()
362 static void xenbus_switch_fatal(struct xenbus_device *dev, int depth, int err, in xenbus_switch_fatal()
388 int xenbus_setup_ring(struct xenbus_device *dev, gfp_t gfp, void **vaddr, in xenbus_setup_ring()
471 int xenbus_alloc_evtchn(struct xenbus_device *dev, evtchn_port_t *port) in xenbus_alloc_evtchn()
494 int xenbus_free_evtchn(struct xenbus_device *dev, evtchn_port_t port) in xenbus_free_evtchn()
525 int xenbus_map_ring_valloc(struct xenbus_device *dev, grant_ref_t *gnt_refs, in xenbus_map_ring_valloc()
555 static int __xenbus_map_ring(struct xenbus_device *dev, in __xenbus_map_ring()
623 static int xenbus_unmap_ring(struct xenbus_device *dev, grant_handle_t *handles, in xenbus_unmap_ring()
667 static int xenbus_map_ring_hvm(struct xenbus_device *dev, in xenbus_map_ring_hvm()
738 int xenbus_unmap_ring_vfree(struct xenbus_device *dev, void *vaddr) in xenbus_unmap_ring_vfree()
753 static int xenbus_map_ring_pv(struct xenbus_device *dev, in xenbus_map_ring_pv()
797 static int xenbus_unmap_ring_pv(struct xenbus_device *dev, void *vaddr) in xenbus_unmap_ring_pv()
883 static int xenbus_unmap_ring_hvm(struct xenbus_device *dev, void *vaddr) in xenbus_unmap_ring_hvm()