Searched refs:UCLASS_BOOTCOUNT (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/bootcount/ |
H A D | bootcount-uclass.c | 46 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 D | rtc.c | 84 .id = UCLASS_BOOTCOUNT,
|
/openbmc/u-boot/test/dm/ |
H A D | bootcount.c | 18 ut_assertok(uclass_get_device(UCLASS_BOOTCOUNT, 0, &dev)); in dm_test_bootcount()
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 36 UCLASS_BOOTCOUNT, /* Bootcount backing store */ enumerator
|
/openbmc/u-boot/doc/device-tree-bindings/ |
H A D | chosen.txt | 50 device) managed by a device conforming to UCLASS_BOOTCOUNT. If
|