xen_bus_type
struct xen_bus_type *bus,
int xenbus_probe_node(struct xen_bus_type *bus,
int xenbus_probe_devices(struct xen_bus_type *bus);
void xenbus_dev_changed(const char *node, struct xen_bus_type *bus);
int (*probe)(struct xen_bus_type *bus, const char *type,
struct xen_bus_type *bus =
container_of(dev->dev.bus, struct xen_bus_type, bus);
struct xen_bus_type *bus,
int xenbus_probe_node(struct xen_bus_type *bus,
static int xenbus_probe_device_type(struct xen_bus_type *bus, const char *type)
int xenbus_probe_devices(struct xen_bus_type *bus)
void xenbus_dev_changed(const char *node, struct xen_bus_type *bus)
const struct xen_bus_type *bus;
bus = container_of(xdev->dev.bus, struct xen_bus_type, bus);
static int xenbus_probe_backend_unit(struct xen_bus_type *bus,
static int xenbus_probe_backend(struct xen_bus_type *bus, const char *type,
static struct xen_bus_type xenbus_backend = {
static struct xen_bus_type xenbus_frontend = {
static int xenbus_probe_frontend(struct xen_bus_type *bus, const char *type,