Home
last modified time | relevance | path

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

12

/u-boot/test/dm/
A Dsysreset.c22 ut_assertok(uclass_get_device(UCLASS_SYSRESET, 0, &dev)); in dm_test_sysreset_base()
28 ut_assertok(uclass_get_device(UCLASS_SYSRESET, 1, &dev)); in dm_test_sysreset_base()
38 ut_assertok(uclass_get_device(UCLASS_SYSRESET, 2, &dev)); in dm_test_sysreset_base()
57 ut_assertok(uclass_get_device(UCLASS_SYSRESET, 1, &dev)); in dm_test_sysreset_get_status()
62 ut_assertok(uclass_get_device(UCLASS_SYSRESET, 2, &dev)); in dm_test_sysreset_get_status()
106 ut_assertok(uclass_get_device(UCLASS_SYSRESET, 1, &dev)); in dm_test_sysreset_get_last()
110 ut_assertok(uclass_get_device(UCLASS_SYSRESET, 2, &dev)); in dm_test_sysreset_get_last()
/u-boot/drivers/sysreset/
A Dsysreset-uclass.c7 #define LOG_CATEGORY UCLASS_SYSRESET
62 for (uclass_first_device(UCLASS_SYSRESET, &dev); in sysreset_walk()
80 for (uclass_first_device(UCLASS_SYSRESET, &dev); in sysreset_get_last_walk()
168 .id = UCLASS_SYSRESET,
A Dsysreset_sandbox.c113 .id = UCLASS_SYSRESET,
131 .id = UCLASS_SYSRESET,
A Dsysreset_socfpga_soc64.c26 .id = UCLASS_SYSRESET,
A Dsysreset_microblaze.c27 .id = UCLASS_SYSRESET,
A Dsysreset_xtfpga.c34 .id = UCLASS_SYSRESET,
A Dsysreset_psci.c39 .id = UCLASS_SYSRESET,
A Dsysreset_rockchip.c44 .id = UCLASS_SYSRESET,
A Dsysreset_ast.c56 .id = UCLASS_SYSRESET,
A Dsysreset_resetctl.c42 .id = UCLASS_SYSRESET,
A Dsysreset_gpio.c54 .id = UCLASS_SYSRESET,
A Dsysreset_octeon.c46 .id = UCLASS_SYSRESET,
A Dsysreset_socfpga.c52 .id = UCLASS_SYSRESET,
A Dsysreset_watchdog.c54 .id = UCLASS_SYSRESET,
A Dsysreset-ti-sci.c70 .id = UCLASS_SYSRESET,
A Dsysreset_sti.c79 .id = UCLASS_SYSRESET,
A Dpoweroff_gpio.c87 .id = UCLASS_SYSRESET,
A Dsysreset_syscon.c87 .id = UCLASS_SYSRESET,
A Dsysreset_x86.c150 .id = UCLASS_SYSRESET,
A Dsysreset_mpc83xx.c214 .id = UCLASS_SYSRESET,
/u-boot/arch/x86/cpu/tangier/
A Dsysreset.c44 .id = UCLASS_SYSRESET,
/u-boot/board/renesas/ulcb/
A Dcpld.c93 ret = uclass_get_device_by_driver(UCLASS_SYSRESET, in do_cpld()
187 .id = UCLASS_SYSRESET,
/u-boot/include/dm/
A Duclass-id.h112 UCLASS_SYSRESET, /* System reset device */ enumerator
/u-boot/lib/efi/
A Defi_app.c165 .id = UCLASS_SYSRESET,
/u-boot/drivers/power/pmic/
A Dstpmic1.c266 .id = UCLASS_SYSRESET,

Completed in 18 milliseconds

12