Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dresettable.c229 resettable_assert_reset(obj, RESET_TYPE_COLD); in resettable_change_parent()
236 resettable_phase_hold(obj, NULL, RESET_TYPE_COLD); in resettable_change_parent()
240 resettable_release_reset(obj, RESET_TYPE_COLD); in resettable_change_parent()
246 resettable_reset((Object *) opaque, RESET_TYPE_COLD); in resettable_cold_reset_fn()
H A Dreset.c149 &fli, RESET_TYPE_COLD); in find_legacy_reset()
H A Dqdev.c239 resettable_reset(OBJECT(dev), RESET_TYPE_COLD); in device_cold_reset()
544 resettable_assert_reset(OBJECT(dev), RESET_TYPE_COLD); in device_set_realized()
547 resettable_release_reset(OBJECT(dev), RESET_TYPE_COLD); in device_set_realized()
H A Dbus.c75 resettable_reset(OBJECT(bus), RESET_TYPE_COLD); in bus_cold_reset()
/openbmc/qemu/include/hw/
H A Dresettable.h38 RESET_TYPE_COLD, enumerator
/openbmc/qemu/scripts/coccinelle/
H A Dreset-type.cocci97 // Special case: device_phases_reset() needs to pass RESET_TYPE_COLD
105 + rc->phases.phase(obj, RESET_TYPE_COLD)
/openbmc/qemu/docs/devel/
H A Dreset.rst32 ``RESET_TYPE_COLD``
42 this the same as ``RESET_TYPE_COLD``. The main exception is devices which
68 as equivalent to ``RESET_TYPE_COLD``; this will reduce the amount of
/openbmc/qemu/system/
H A Drunstate.c522 type = RESET_TYPE_COLD; in qemu_system_reset()