xen_bus_type       45 drivers/xen/xenbus/xenbus.h 	int (*probe)(struct xen_bus_type *bus, const char *type,
xen_bus_type      109 drivers/xen/xenbus/xenbus.h 				  struct xen_bus_type *bus,
xen_bus_type      112 drivers/xen/xenbus/xenbus.h int xenbus_probe_node(struct xen_bus_type *bus,
xen_bus_type      115 drivers/xen/xenbus/xenbus.h int xenbus_probe_devices(struct xen_bus_type *bus);
xen_bus_type      117 drivers/xen/xenbus/xenbus.h void xenbus_dev_changed(const char *node, struct xen_bus_type *bus);
xen_bus_type      135 drivers/xen/xenbus/xenbus_probe.c 	struct xen_bus_type *bus =
xen_bus_type      136 drivers/xen/xenbus/xenbus_probe.c 		container_of(dev->dev.bus, struct xen_bus_type, bus);
xen_bus_type      297 drivers/xen/xenbus/xenbus_probe.c 				  struct xen_bus_type *bus,
xen_bus_type      431 drivers/xen/xenbus/xenbus_probe.c int xenbus_probe_node(struct xen_bus_type *bus,
xen_bus_type      491 drivers/xen/xenbus/xenbus_probe.c static int xenbus_probe_device_type(struct xen_bus_type *bus, const char *type)
xen_bus_type      512 drivers/xen/xenbus/xenbus_probe.c int xenbus_probe_devices(struct xen_bus_type *bus)
xen_bus_type      556 drivers/xen/xenbus/xenbus_probe.c void xenbus_dev_changed(const char *node, struct xen_bus_type *bus)
xen_bus_type      100 drivers/xen/xenbus/xenbus_probe_backend.c 	struct xen_bus_type *bus;
xen_bus_type      108 drivers/xen/xenbus/xenbus_probe_backend.c 	bus = container_of(xdev->dev.bus, struct xen_bus_type, bus);
xen_bus_type      133 drivers/xen/xenbus/xenbus_probe_backend.c static int xenbus_probe_backend_unit(struct xen_bus_type *bus,
xen_bus_type      153 drivers/xen/xenbus/xenbus_probe_backend.c static int xenbus_probe_backend(struct xen_bus_type *bus, const char *type,
xen_bus_type      189 drivers/xen/xenbus/xenbus_probe_backend.c static struct xen_bus_type xenbus_backend = {
xen_bus_type       54 drivers/xen/xenbus/xenbus_probe_frontend.c static int xenbus_probe_frontend(struct xen_bus_type *bus, const char *type,
xen_bus_type      137 drivers/xen/xenbus/xenbus_probe_frontend.c static struct xen_bus_type xenbus_frontend = {