Home
last modified time | relevance | path

Searched refs:xen_bus_type (Results 1 – 4 of 4) sorted by relevance

/drivers/xen/xenbus/
Dxenbus_probe.h39 struct xen_bus_type { struct
43 int (*probe)(struct xen_bus_type *bus, const char *type, argument
65 struct xen_bus_type *bus, argument
68 extern int xenbus_probe_node(struct xen_bus_type *bus,
71 extern int xenbus_probe_devices(struct xen_bus_type *bus);
73 extern void xenbus_dev_changed(const char *node, struct xen_bus_type *bus);
Dxenbus_probe_backend.c101 struct xen_bus_type *bus; in xenbus_uevent_backend()
109 bus = container_of(xdev->dev.bus, struct xen_bus_type, bus); in xenbus_uevent_backend()
134 static int xenbus_probe_backend_unit(struct xen_bus_type *bus, in xenbus_probe_backend_unit()
154 static int xenbus_probe_backend(struct xen_bus_type *bus, const char *type, in xenbus_probe_backend()
196 static struct xen_bus_type xenbus_backend = {
Dxenbus_probe.c136 struct xen_bus_type *bus = in watch_otherend()
137 container_of(dev->dev.bus, struct xen_bus_type, bus); in watch_otherend()
302 struct xen_bus_type *bus, in xenbus_register_driver_common()
427 int xenbus_probe_node(struct xen_bus_type *bus, in xenbus_probe_node()
487 static int xenbus_probe_device_type(struct xen_bus_type *bus, const char *type) in xenbus_probe_device_type()
508 int xenbus_probe_devices(struct xen_bus_type *bus) in xenbus_probe_devices()
552 void xenbus_dev_changed(const char *node, struct xen_bus_type *bus) in xenbus_dev_changed()
Dxenbus_probe_frontend.c55 static int xenbus_probe_frontend(struct xen_bus_type *bus, const char *type, in xenbus_probe_frontend()
144 static struct xen_bus_type xenbus_frontend = {