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()
170 int xenbus_watch_pathfmt(struct xenbus_device *dev, in xenbus_watch_pathfmt()
198 static void xenbus_switch_fatal(struct xenbus_device *, int, int,
202 __xenbus_switch_state(struct xenbus_device *dev, in __xenbus_switch_state()
266 int xenbus_switch_state(struct xenbus_device *dev, enum xenbus_state state) in xenbus_switch_state()
273 int xenbus_frontend_closed(struct xenbus_device *dev) in xenbus_frontend_closed()
281 static void xenbus_va_dev_error(struct xenbus_device *dev, int err, in xenbus_va_dev_error()
316 void xenbus_dev_error(struct xenbus_device *dev, int err, const char *fmt, ...) in xenbus_dev_error()
337 void xenbus_dev_fatal(struct xenbus_device *dev, int err, const char *fmt, ...) in xenbus_dev_fatal()
353 static void xenbus_switch_fatal(struct xenbus_device *dev, int depth, int err, in xenbus_switch_fatal()
379 int xenbus_setup_ring(struct xenbus_device *dev, gfp_t gfp, void **vaddr, in xenbus_setup_ring()
459 int xenbus_alloc_evtchn(struct xenbus_device *dev, evtchn_port_t *port) in xenbus_alloc_evtchn()
482 int xenbus_free_evtchn(struct xenbus_device *dev, evtchn_port_t port) in xenbus_free_evtchn()
512 int xenbus_map_ring_valloc(struct xenbus_device *dev, grant_ref_t *gnt_refs, in xenbus_map_ring_valloc()
542 static int __xenbus_map_ring(struct xenbus_device *dev, in __xenbus_map_ring()
609 static int xenbus_unmap_ring(struct xenbus_device *dev, grant_handle_t *handles, in xenbus_unmap_ring()
653 static int xenbus_map_ring_hvm(struct xenbus_device *dev, in xenbus_map_ring_hvm()
723 int xenbus_unmap_ring_vfree(struct xenbus_device *dev, void *vaddr) in xenbus_unmap_ring_vfree()
738 static int xenbus_map_ring_pv(struct xenbus_device *dev, in xenbus_map_ring_pv()
782 static int xenbus_unmap_ring_pv(struct xenbus_device *dev, void *vaddr) in xenbus_unmap_ring_pv()
868 static int xenbus_unmap_ring_hvm(struct xenbus_device *dev, void *vaddr) in xenbus_unmap_ring_hvm()