Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/sysreset/
H A Dsysreset_sandbox.c99 .get_last = sandbox_sysreset_get_last,
117 .get_last = sandbox_warm_sysreset_get_last,
H A Dsysreset-uclass.c43 if (!ops->get_last) in sysreset_get_last()
46 return ops->get_last(dev); in sysreset_get_last()
/openbmc/u-boot/include/
H A Dsysreset.h48 int (*get_last)(struct udevice *dev); member