Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/
H A Dresettable.h25 typedef struct ResettableState ResettableState; typedef
105 typedef ResettableState * (*ResettableGetState)(Object *obj);
141 struct ResettableState { struct
153 static inline void resettable_state_clear(ResettableState *state) in resettable_state_clear() argument
155 memset(state, 0, sizeof(ResettableState)); in resettable_state_clear()
H A Dqdev-core.h289 ResettableState reset;
402 ResettableState reset;
/openbmc/qemu/hw/core/
H A Dresettable.c78 ResettableState *s = rc->get_state(obj); in resettable_is_in_reset()
99 ResettableState *s = rc->get_state(obj); in resettable_phase_enter()
146 ResettableState *s = rc->get_state(obj); in resettable_phase_hold()
171 ResettableState *s = rc->get_state(obj); in resettable_phase_exit()
208 ResettableState *s = rc->get_state(obj); in resettable_change_parent()
H A Dresetcontainer.c23 ResettableState reset_state;
40 static ResettableState *resettable_container_get_state(Object *obj) in resettable_container_get_state()
H A Dreset.c55 ResettableState reset_state;
63 static ResettableState *legacy_reset_get_state(Object *obj) in legacy_reset_get_state()
H A Dbus.c83 static ResettableState *bus_get_reset_state(Object *obj) in bus_get_reset_state()
H A Dqdev.c247 static ResettableState *device_get_reset_state(Object *obj) in device_get_reset_state()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-mem.h121 ResettableState reset_state;
/openbmc/qemu/docs/devel/
H A Dreset.rst280 need one. This method must return a pointer to ``ResettableState`` structure.
289 In ``DeviceClass`` and ``BusClass`` the ``ResettableState`` is located in the
/openbmc/qemu/hw/virtio/
H A Dvirtio-mem.c1844 static ResettableState *virtio_mem_get_reset_state(Object *obj) in virtio_mem_get_reset_state()