Searched refs:ResettableState (Results 1 – 8 of 8) 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()
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()
77 ResettableState reset_state;
131 ResettableState reset_state;
285 need one. This method must return a pointer to ``ResettableState`` structure.294 In ``DeviceClass`` and ``BusClass`` the ``ResettableState`` is located in the