Home
last modified time | relevance | path

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

/u-boot/drivers/bootcount/
A Dbootcount-uclass.c47 ret = uclass_get_device_by_ofnode(UCLASS_BOOTCOUNT, node, &dev); in bootcount_store()
51 ret = uclass_get_device(UCLASS_BOOTCOUNT, 0, &dev); in bootcount_store()
75 ret = uclass_get_device_by_ofnode(UCLASS_BOOTCOUNT, node, &dev); in bootcount_load()
79 ret = uclass_get_device(UCLASS_BOOTCOUNT, 0, &dev); in bootcount_load()
93 .id = UCLASS_BOOTCOUNT,
A Di2c-eeprom.c91 .id = UCLASS_BOOTCOUNT,
A Drtc.c85 .id = UCLASS_BOOTCOUNT,
A Dbootcount.c138 .id = UCLASS_BOOTCOUNT,
A Dspi-flash.c120 .id = UCLASS_BOOTCOUNT,
/u-boot/test/dm/
A Dbootcount.c20 ut_assertok(uclass_get_device(UCLASS_BOOTCOUNT, 0, &dev)); in dm_test_bootcount()
28 ut_assertok(uclass_get_device(UCLASS_BOOTCOUNT, 1, &dev)); in dm_test_bootcount()
/u-boot/include/dm/
A Duclass-id.h40 UCLASS_BOOTCOUNT, /* Bootcount backing store */ enumerator
/u-boot/doc/device-tree-bindings/
A Dchosen.txt50 device) managed by a device conforming to UCLASS_BOOTCOUNT. If

Completed in 10 milliseconds