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);
128 int xenbus_watch_path(struct xenbus_device *dev, const char *path, in xenbus_watch_path()
166 int xenbus_watch_pathfmt(struct xenbus_device *dev, in xenbus_watch_pathfmt()
192 static void xenbus_switch_fatal(struct xenbus_device *, int, int,
196 __xenbus_switch_state(struct xenbus_device *dev, in __xenbus_switch_state()
260 int xenbus_switch_state(struct xenbus_device *dev, enum xenbus_state state) in xenbus_switch_state()
267 int xenbus_frontend_closed(struct xenbus_device *dev) in xenbus_frontend_closed()
275 static void xenbus_va_dev_error(struct xenbus_device *dev, int err, in xenbus_va_dev_error()
310 void xenbus_dev_error(struct xenbus_device *dev, int err, const char *fmt, ...) in xenbus_dev_error()
331 void xenbus_dev_fatal(struct xenbus_device *dev, int err, const char *fmt, ...) in xenbus_dev_fatal()
347 static void xenbus_switch_fatal(struct xenbus_device *dev, int depth, int err, in xenbus_switch_fatal()
372 int xenbus_grant_ring(struct xenbus_device *dev, void *vaddr, in xenbus_grant_ring()
413 int xenbus_alloc_evtchn(struct xenbus_device *dev, evtchn_port_t *port) in xenbus_alloc_evtchn()
436 int xenbus_free_evtchn(struct xenbus_device *dev, evtchn_port_t port) in xenbus_free_evtchn()
466 int xenbus_map_ring_valloc(struct xenbus_device *dev, grant_ref_t *gnt_refs, in xenbus_map_ring_valloc()
496 static int __xenbus_map_ring(struct xenbus_device *dev, in __xenbus_map_ring()
564 static int xenbus_unmap_ring(struct xenbus_device *dev, grant_handle_t *handles, in xenbus_unmap_ring()
609 static int xenbus_map_ring_hvm(struct xenbus_device *dev, in xenbus_map_ring_hvm()
679 int xenbus_unmap_ring_vfree(struct xenbus_device *dev, void *vaddr) in xenbus_unmap_ring_vfree()
694 static int xenbus_map_ring_pv(struct xenbus_device *dev, in xenbus_map_ring_pv()
738 static int xenbus_unmap_ring_pv(struct xenbus_device *dev, void *vaddr) in xenbus_unmap_ring_pv()
825 static int xenbus_unmap_ring_hvm(struct xenbus_device *dev, void *vaddr) in xenbus_unmap_ring_hvm()