Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/xen/xenbus/
H A Dxenbus.h41 struct xen_bus_type { struct
45 int (*probe)(struct xen_bus_type *bus, const char *type,
111 struct xen_bus_type *bus,
114 int xenbus_probe_node(struct xen_bus_type *bus,
117 int xenbus_probe_devices(struct xen_bus_type *bus);
119 void xenbus_dev_changed(const char *node, struct xen_bus_type *bus);
H A Dxenbus_probe_backend.c100 struct xen_bus_type *bus; in xenbus_uevent_backend()
108 bus = container_of(xdev->dev.bus, struct xen_bus_type, bus); in xenbus_uevent_backend()
133 static int xenbus_probe_backend_unit(struct xen_bus_type *bus, in xenbus_probe_backend_unit()
153 static int xenbus_probe_backend(struct xen_bus_type *bus, const char *type, in xenbus_probe_backend()
195 static struct xen_bus_type xenbus_backend = {
H A Dxenbus_probe.c135 struct xen_bus_type *bus = in watch_otherend()
136 container_of(dev->dev.bus, struct xen_bus_type, bus); in watch_otherend()
299 struct xen_bus_type *bus, in xenbus_register_driver_common()
433 int xenbus_probe_node(struct xen_bus_type *bus, in xenbus_probe_node()
494 static int xenbus_probe_device_type(struct xen_bus_type *bus, const char *type) in xenbus_probe_device_type()
515 int xenbus_probe_devices(struct xen_bus_type *bus) in xenbus_probe_devices()
559 void xenbus_dev_changed(const char *node, struct xen_bus_type *bus) in xenbus_dev_changed()
H A Dxenbus_probe_frontend.c53 static int xenbus_probe_frontend(struct xen_bus_type *bus, const char *type, in xenbus_probe_frontend()
158 static struct xen_bus_type xenbus_frontend = {
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H A Dxenbus.h41 struct xen_bus_type { struct
45 int (*probe)(struct xen_bus_type *bus, const char *type,
111 struct xen_bus_type *bus,
114 int xenbus_probe_node(struct xen_bus_type *bus,
117 int xenbus_probe_devices(struct xen_bus_type *bus);
119 void xenbus_dev_changed(const char *node, struct xen_bus_type *bus);
H A Dxenbus_probe_backend.c100 const struct xen_bus_type *bus; in xenbus_uevent_backend()
108 bus = container_of(xdev->dev.bus, struct xen_bus_type, bus); in xenbus_uevent_backend()
133 static int xenbus_probe_backend_unit(struct xen_bus_type *bus, in xenbus_probe_backend_unit()
153 static int xenbus_probe_backend(struct xen_bus_type *bus, const char *type, in xenbus_probe_backend()
195 static struct xen_bus_type xenbus_backend = {
H A 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()
363 struct xen_bus_type *bus, in xenbus_register_driver_common()
497 int xenbus_probe_node(struct xen_bus_type *bus, in xenbus_probe_node()
558 static int xenbus_probe_device_type(struct xen_bus_type *bus, const char *type) in xenbus_probe_device_type()
579 int xenbus_probe_devices(struct xen_bus_type *bus) in xenbus_probe_devices()
623 void xenbus_dev_changed(const char *node, struct xen_bus_type *bus) in xenbus_dev_changed()
H A Dxenbus_probe_frontend.c53 static int xenbus_probe_frontend(struct xen_bus_type *bus, const char *type, in xenbus_probe_frontend()
158 static struct xen_bus_type xenbus_frontend = {

Completed in 6 milliseconds