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.c102 .get_last = sandbox_sysreset_get_last,
120 .get_last = sandbox_warm_sysreset_get_last,
H A Dsysreset-uclass.c50 if (!ops->get_last)
53 return ops->get_last(dev);
H A Dsysreset_x86.c150 .get_last = x86_sysreset_get_last,

Completed in 115 milliseconds