Home
last modified time | relevance | path

Searched refs:UCLASS_BOOTCOUNT (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/bootcount/
H A Dbootcount-uclass.c46 ret = uclass_get_device_by_ofnode(UCLASS_BOOTCOUNT, node, &dev); in bootcount_store()
50 ret = uclass_get_device(UCLASS_BOOTCOUNT, 0, &dev); in bootcount_store()
74 ret = uclass_get_device_by_ofnode(UCLASS_BOOTCOUNT, node, &dev); in bootcount_load()
78 ret = uclass_get_device(UCLASS_BOOTCOUNT, 0, &dev); in bootcount_load()
92 .id = UCLASS_BOOTCOUNT,
H A Drtc.c84 .id = UCLASS_BOOTCOUNT,
/openbmc/u-boot/test/dm/
H A Dbootcount.c18 ut_assertok(uclass_get_device(UCLASS_BOOTCOUNT, 0, &dev)); in dm_test_bootcount()
/openbmc/u-boot/include/dm/
H A Duclass-id.h36 UCLASS_BOOTCOUNT, /* Bootcount backing store */ enumerator
/openbmc/u-boot/doc/device-tree-bindings/
H A Dchosen.txt50 device) managed by a device conforming to UCLASS_BOOTCOUNT. If