Searched refs:xen_bus_type (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/drivers/xen/xenbus/ |
D | xenbus_probe.h | 39 struct xen_bus_type { struct 43 int (*probe)(struct xen_bus_type *bus, const char *type, argument 56 struct xen_bus_type *bus); argument 57 extern int xenbus_probe_node(struct xen_bus_type *bus, 60 extern int xenbus_probe_devices(struct xen_bus_type *bus); 62 extern void xenbus_dev_changed(const char *node, struct xen_bus_type *bus);
|
D | xenbus_probe_backend.c | 99 struct xen_bus_type *bus; in xenbus_uevent_backend() 107 bus = container_of(xdev->dev.bus, struct xen_bus_type, bus); in xenbus_uevent_backend() 132 static int xenbus_probe_backend_unit(struct xen_bus_type *bus, in xenbus_probe_backend_unit() 152 static int xenbus_probe_backend(struct xen_bus_type *bus, const char *type, in xenbus_probe_backend() 188 static struct xen_bus_type xenbus_backend = {
|
D | xenbus_probe.c | 130 struct xen_bus_type *bus = in watch_otherend() 131 container_of(dev->dev.bus, struct xen_bus_type, bus); in watch_otherend() 294 struct xen_bus_type *bus) in xenbus_register_driver_common() 403 int xenbus_probe_node(struct xen_bus_type *bus, in xenbus_probe_node() 460 static int xenbus_probe_device_type(struct xen_bus_type *bus, const char *type) in xenbus_probe_device_type() 481 int xenbus_probe_devices(struct xen_bus_type *bus) in xenbus_probe_devices() 525 void xenbus_dev_changed(const char *node, struct xen_bus_type *bus) in xenbus_dev_changed()
|
D | xenbus_probe_frontend.c | 50 static int xenbus_probe_frontend(struct xen_bus_type *bus, const char *type, in xenbus_probe_frontend() 93 static struct xen_bus_type xenbus_frontend = {
|