Home
last modified time | relevance | path

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

/qemu/hw/core/
H A Dresettable.c78 ResettableState *s = rc->get_state(obj); in resettable_is_in_reset()
113 ResettableState *s = rc->get_state(obj); in resettable_phase_enter()
160 ResettableState *s = rc->get_state(obj); in resettable_phase_hold()
189 ResettableState *s = rc->get_state(obj); in resettable_phase_exit()
218 return rc->get_state(obj)->count; in resettable_get_count()
226 ResettableState *s = rc->get_state(obj); in resettable_change_parent()
H A Dresetcontainer.c75 rc->get_state = resettable_container_get_state; in resettable_container_class_init()
H A Dreset.c91 rc->get_state = legacy_reset_get_state; in legacy_reset_class_init()
H A Dbus.c243 rc->get_state = bus_get_reset_state; in bus_class_init()
H A Dqdev.c818 rc->get_state = device_get_reset_state; in device_class_init()
/qemu/include/hw/
H A Dresettable.h129 ResettableGetState get_state; member
/qemu/docs/devel/
H A Dreset.rst256 interface: ``get_state()`` and ``child_foreach()``.
258 ``get_state()`` is simple. *resettable* is an interface and, as a consequence,