Searched refs:get_last (Results 1 - 4 of 4) sorted by relevance

/u-boot/include/
H A Dsysreset.h57 * @get_last: get information on the last reset
62 int (*get_last)(struct udevice *dev); member in struct:sysreset_ops
/u-boot/drivers/sysreset/
H A Dsysreset_sandbox.c101 .get_last = sandbox_sysreset_get_last,
119 .get_last = sandbox_warm_sysreset_get_last,
H A Dsysreset-uclass.c49 if (!ops->get_last)
52 return ops->get_last(dev);
H A Dsysreset_x86.c149 .get_last = x86_sysreset_get_last,

Completed in 89 milliseconds