Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dresettable.c107 ResettableTrFunction tr_func = NULL; in resettable_get_tr_func() local
109 tr_func = rc->get_transitional_function(obj); in resettable_get_tr_func()
111 return tr_func; in resettable_get_tr_func()
178 ResettableTrFunction tr_func = resettable_get_tr_func(rc, obj); in resettable_phase_hold() local
180 if (tr_func) { in resettable_phase_hold()
182 tr_func(obj); in resettable_phase_hold()