Home
last modified time | relevance | path

Searched refs:UCLASS_SYSRESET (Results 1 – 20 of 20) sorted by relevance

/openbmc/u-boot/test/dm/
H A Dsysreset.c21 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 Dsysreset-uclass.c7 #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 Dsysreset_sandbox.c109 .id = UCLASS_SYSRESET,
127 .id = UCLASS_SYSRESET,
H A Dsysreset_microblaze.c27 .id = UCLASS_SYSRESET,
H A Dsysreset_xtfpga.c34 .id = UCLASS_SYSRESET,
H A Dsysreset_psci.c39 .id = UCLASS_SYSRESET,
H A Dsysreset_ast.c39 .id = UCLASS_SYSRESET,
H A Dsysreset_rockchip.c44 .id = UCLASS_SYSRESET,
H A Dsysreset_gpio.c53 .id = UCLASS_SYSRESET,
H A Dsysreset_watchdog.c54 .id = UCLASS_SYSRESET,
H A Dsysreset_x86.c66 .id = UCLASS_SYSRESET,
H A Dsysreset-ti-sci.c68 .id = UCLASS_SYSRESET,
H A Dsysreset_syscon.c70 .id = UCLASS_SYSRESET,
H A Dsysreset_sti.c77 .id = UCLASS_SYSRESET,
H A Dsysreset_mpc83xx.c210 .id = UCLASS_SYSRESET,
/openbmc/u-boot/arch/x86/cpu/tangier/
H A Dsysreset.c44 .id = UCLASS_SYSRESET,
/openbmc/u-boot/board/renesas/ulcb/
H A Dcpld.c91 ret = uclass_get_device_by_driver(UCLASS_SYSRESET, in do_cpld()
185 .id = UCLASS_SYSRESET,
/openbmc/u-boot/include/dm/
H A Duclass-id.h95 UCLASS_SYSRESET, /* System reset device */ enumerator
/openbmc/u-boot/lib/efi/
H A Defi_app.c161 .id = UCLASS_SYSRESET,
/openbmc/u-boot/common/
H A Dboard_f.c155 ret = uclass_first_device_err(UCLASS_SYSRESET, &dev); in print_resetinfo()