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.c103 ResettableTrFunction tr_func = NULL; in resettable_get_tr_func() local
105 tr_func = rc->get_transitional_function(obj); in resettable_get_tr_func()
107 return tr_func; in resettable_get_tr_func()
174 ResettableTrFunction tr_func = resettable_get_tr_func(rc, obj); in resettable_phase_hold() local
176 if (tr_func) { in resettable_phase_hold()
178 tr_func(obj); in resettable_phase_hold()