Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dresettable.c104 static ResettableTrFunction resettable_get_tr_func(ResettableClass *rc, in resettable_get_tr_func() function
153 if (rc->phases.enter && !resettable_get_tr_func(rc, obj)) { in resettable_phase_enter()
178 ResettableTrFunction tr_func = resettable_get_tr_func(rc, obj); in resettable_phase_hold()
206 if (rc->phases.exit && !resettable_get_tr_func(rc, obj)) { in resettable_phase_exit()