Searched refs:UCLASS_SYSRESET (Results 1 – 20 of 20) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A D | sysreset.c | 21 ut_assertok(uclass_get_device(UCLASS_SYSRESET, 0, &dev)); in dm_test_sysreset_base() 27 ut_assertok(uclass_get_device(UCLASS_SYSRESET, 1, &dev)); in dm_test_sysreset_base() 37 ut_assertok(uclass_get_device(UCLASS_SYSRESET, 2, &dev)); in dm_test_sysreset_base() 54 ut_assertok(uclass_get_device(UCLASS_SYSRESET, 1, &dev)); in dm_test_sysreset_get_status() 59 ut_assertok(uclass_get_device(UCLASS_SYSRESET, 2, &dev)); in dm_test_sysreset_get_status() 100 ut_assertok(uclass_get_device(UCLASS_SYSRESET, 1, &dev)); in dm_test_sysreset_get_last() 104 ut_assertok(uclass_get_device(UCLASS_SYSRESET, 2, &dev)); in dm_test_sysreset_get_last()
|
/openbmc/u-boot/drivers/sysreset/ |
H A D | sysreset-uclass.c | 7 #define LOG_CATEGORY UCLASS_SYSRESET 55 for (uclass_first_device(UCLASS_SYSRESET, &dev); in sysreset_walk() 73 for (uclass_first_device(UCLASS_SYSRESET, &dev); in sysreset_get_last_walk() 137 .id = UCLASS_SYSRESET,
|
H A D | sysreset_sandbox.c | 109 .id = UCLASS_SYSRESET, 127 .id = UCLASS_SYSRESET,
|
H A D | sysreset_microblaze.c | 27 .id = UCLASS_SYSRESET,
|
H A D | sysreset_xtfpga.c | 34 .id = UCLASS_SYSRESET,
|
H A D | sysreset_psci.c | 39 .id = UCLASS_SYSRESET,
|
H A D | sysreset_ast.c | 39 .id = UCLASS_SYSRESET,
|
H A D | sysreset_rockchip.c | 44 .id = UCLASS_SYSRESET,
|
H A D | sysreset_gpio.c | 53 .id = UCLASS_SYSRESET,
|
H A D | sysreset_watchdog.c | 54 .id = UCLASS_SYSRESET,
|
H A D | sysreset_x86.c | 66 .id = UCLASS_SYSRESET,
|
H A D | sysreset-ti-sci.c | 68 .id = UCLASS_SYSRESET,
|
H A D | sysreset_syscon.c | 70 .id = UCLASS_SYSRESET,
|
H A D | sysreset_sti.c | 77 .id = UCLASS_SYSRESET,
|
H A D | sysreset_mpc83xx.c | 210 .id = UCLASS_SYSRESET,
|
/openbmc/u-boot/arch/x86/cpu/tangier/ |
H A D | sysreset.c | 44 .id = UCLASS_SYSRESET,
|
/openbmc/u-boot/board/renesas/ulcb/ |
H A D | cpld.c | 91 ret = uclass_get_device_by_driver(UCLASS_SYSRESET, in do_cpld() 185 .id = UCLASS_SYSRESET,
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 95 UCLASS_SYSRESET, /* System reset device */ enumerator
|
/openbmc/u-boot/lib/efi/ |
H A D | efi_app.c | 161 .id = UCLASS_SYSRESET,
|
/openbmc/u-boot/common/ |
H A D | board_f.c | 155 ret = uclass_first_device_err(UCLASS_SYSRESET, &dev); in print_resetinfo()
|