Searched refs:xen_bus_type (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/xenbus/
H A Dxenbus_probe.h53 struct xen_bus_type struct
66 struct xen_bus_type *bus,
69 extern int xenbus_probe_node(struct xen_bus_type *bus,
72 extern int xenbus_probe_devices(struct xen_bus_type *bus);
74 extern void xenbus_dev_changed(const char *node, struct xen_bus_type *bus);
H A Dxenbus_probe.c187 static struct xen_bus_type xenbus_frontend = {
235 struct xen_bus_type *bus = bus;
236 bus = container_of(dev->dev.bus, struct xen_bus_type, bus);
352 struct xen_bus_type *bus,
479 int xenbus_probe_node(struct xen_bus_type *bus,
571 static int xenbus_probe_device_type(struct xen_bus_type *bus, const char *type)
591 int xenbus_probe_devices(struct xen_bus_type *bus)
633 void xenbus_dev_changed(const char *node, struct xen_bus_type *bus)

Completed in 66 milliseconds