Home
last modified time | relevance | path

Searched refs:child_foreach (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/core/
H A Dresettable.c91 if (rc->child_foreach) { in resettable_child_foreach()
92 rc->child_foreach(obj, cb, opaque, type); in resettable_child_foreach()
H A Dresetcontainer.c76 rc->child_foreach = resettable_container_child_foreach; in resettable_container_class_init()
H A Dreset.c148 rc->child_foreach(OBJECT(rootcon), find_legacy_reset_cb, in find_legacy_reset()
H A Dbus.c244 rc->child_foreach = bus_reset_child_foreach; in bus_class_init()
H A Dqdev.c753 rc->child_foreach = device_reset_child_foreach; in device_class_init()
/openbmc/qemu/include/hw/
H A Dresettable.h126 ResettableChildForeach child_foreach; member
/openbmc/qemu/docs/devel/
H A Dreset.rst276 interface: ``get_state()`` and ``child_foreach()``.
284 ``child_foreach()`` is more complex. It should execute the given callback on
290 ``DeviceState`` and ``BusState`` structures. ``child_foreach()`` is implemented