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.c100 static ResettableTrFunction resettable_get_tr_func(ResettableClass *rc, in resettable_get_tr_func() function
149 if (rc->phases.enter && !resettable_get_tr_func(rc, obj)) { in resettable_phase_enter()
174 ResettableTrFunction tr_func = resettable_get_tr_func(rc, obj); in resettable_phase_hold()
202 if (rc->phases.exit && !resettable_get_tr_func(rc, obj)) { in resettable_phase_exit()