Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dresettable.c25 static void resettable_phase_exit(Object *obj, void *opaque, ResetType type);
73 resettable_phase_exit(obj, NULL, type); in resettable_release_reset()
190 static void resettable_phase_exit(Object *obj, void *opaque, ResetType type) in resettable_phase_exit() function
201 resettable_child_foreach(rc, obj, resettable_phase_exit, NULL, type); in resettable_phase_exit()