Home
last modified time | relevance | path

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

/qemu/hw/core/
A Dresettable.c91 if (rc->child_foreach) { in resettable_child_foreach()
92 rc->child_foreach(obj, cb, opaque, type); in resettable_child_foreach()
A Dresetcontainer.c76 rc->child_foreach = resettable_container_child_foreach; in resettable_container_class_init()
A Dreset.c148 rc->child_foreach(OBJECT(rootcon), find_legacy_reset_cb, in find_legacy_reset()
A Dbus.c244 rc->child_foreach = bus_reset_child_foreach; in bus_class_init()
A Dqdev.c753 rc->child_foreach = device_reset_child_foreach; in device_class_init()
/qemu/include/hw/
A Dresettable.h126 ResettableChildForeach child_foreach; member
/qemu/docs/devel/
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

Completed in 14 milliseconds