Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dreset.c35 static ResettableContainer *get_root_reset_container(void) in get_root_reset_container() function
141 ResettableContainer *rootcon = get_root_reset_container(); in find_legacy_reset()
165 resettable_container_add(get_root_reset_container(), obj); in qemu_register_resettable()
170 resettable_container_remove(get_root_reset_container(), obj); in qemu_unregister_resettable()
179 resettable_reset(OBJECT(get_root_reset_container()), type); in qemu_devices_reset()