Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dbootcount.h15 struct bootcount_ops { struct
39 #define bootcount_get_ops(dev) ((struct bootcount_ops *)(dev)->driver->ops) argument
/openbmc/u-boot/drivers/bootcount/
H A Dbootcount-uclass.c13 struct bootcount_ops *ops = bootcount_get_ops(dev); in dm_bootcount_get()
23 struct bootcount_ops *ops = bootcount_get_ops(dev); in dm_bootcount_set()
H A Drtc.c72 static const struct bootcount_ops bootcount_rtc_ops = {