Searched refs:ResettableState (Results 1 – 10 of 10) sorted by relevance
25 typedef struct ResettableState ResettableState; typedef105 typedef ResettableState * (*ResettableGetState)(Object *obj);141 struct ResettableState { struct153 static inline void resettable_state_clear(ResettableState *state) in resettable_state_clear() argument155 memset(state, 0, sizeof(ResettableState)); in resettable_state_clear()
289 ResettableState reset;402 ResettableState reset;
78 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()
23 ResettableState reset_state;40 static ResettableState *resettable_container_get_state(Object *obj) in resettable_container_get_state()
55 ResettableState reset_state;63 static ResettableState *legacy_reset_get_state(Object *obj) in legacy_reset_get_state()
83 static ResettableState *bus_get_reset_state(Object *obj) in bus_get_reset_state()
247 static ResettableState *device_get_reset_state(Object *obj) in device_get_reset_state()
121 ResettableState reset_state;
280 need one. This method must return a pointer to ``ResettableState`` structure.289 In ``DeviceClass`` and ``BusClass`` the ``ResettableState`` is located in the
1844 static ResettableState *virtio_mem_get_reset_state(Object *obj) in virtio_mem_get_reset_state()