Symbol: xen_bus_type
drivers/xen/xenbus/xenbus.h
113
struct xen_bus_type *bus,
drivers/xen/xenbus/xenbus.h
116
int xenbus_probe_node(struct xen_bus_type *bus,
drivers/xen/xenbus/xenbus.h
119
int xenbus_probe_devices(struct xen_bus_type *bus);
drivers/xen/xenbus/xenbus.h
121
void xenbus_dev_changed(const char *node, struct xen_bus_type *bus);
drivers/xen/xenbus/xenbus.h
45
int (*probe)(struct xen_bus_type *bus, const char *type,
drivers/xen/xenbus/xenbus_probe.c
140
struct xen_bus_type *bus =
drivers/xen/xenbus/xenbus_probe.c
141
container_of(dev->dev.bus, struct xen_bus_type, bus);
drivers/xen/xenbus/xenbus_probe.c
373
struct xen_bus_type *bus,
drivers/xen/xenbus/xenbus_probe.c
510
int xenbus_probe_node(struct xen_bus_type *bus,
drivers/xen/xenbus/xenbus_probe.c
571
static int xenbus_probe_device_type(struct xen_bus_type *bus, const char *type)
drivers/xen/xenbus/xenbus_probe.c
592
int xenbus_probe_devices(struct xen_bus_type *bus)
drivers/xen/xenbus/xenbus_probe.c
636
void xenbus_dev_changed(const char *node, struct xen_bus_type *bus)
drivers/xen/xenbus/xenbus_probe_backend.c
100
const struct xen_bus_type *bus;
drivers/xen/xenbus/xenbus_probe_backend.c
108
bus = container_of(xdev->dev.bus, struct xen_bus_type, bus);
drivers/xen/xenbus/xenbus_probe_backend.c
133
static int xenbus_probe_backend_unit(struct xen_bus_type *bus,
drivers/xen/xenbus/xenbus_probe_backend.c
153
static int xenbus_probe_backend(struct xen_bus_type *bus, const char *type,
drivers/xen/xenbus/xenbus_probe_backend.c
195
static struct xen_bus_type xenbus_backend = {
drivers/xen/xenbus/xenbus_probe_frontend.c
156
static struct xen_bus_type xenbus_frontend = {
drivers/xen/xenbus/xenbus_probe_frontend.c
53
static int xenbus_probe_frontend(struct xen_bus_type *bus, const char *type,