Searched refs:UCLASS_BOOTCOUNT (Results 1 – 8 of 8) sorted by relevance
/u-boot/drivers/bootcount/ |
A D | bootcount-uclass.c | 47 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 D | i2c-eeprom.c | 91 .id = UCLASS_BOOTCOUNT,
|
A D | rtc.c | 85 .id = UCLASS_BOOTCOUNT,
|
A D | bootcount.c | 138 .id = UCLASS_BOOTCOUNT,
|
A D | spi-flash.c | 120 .id = UCLASS_BOOTCOUNT,
|
/u-boot/test/dm/ |
A D | bootcount.c | 20 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 D | uclass-id.h | 40 UCLASS_BOOTCOUNT, /* Bootcount backing store */ enumerator
|
/u-boot/doc/device-tree-bindings/ |
A D | chosen.txt | 50 device) managed by a device conforming to UCLASS_BOOTCOUNT. If
|
Completed in 10 milliseconds