Searched refs:UCLASS_SYSRESET (Results 1 – 25 of 26) sorted by relevance
12
/u-boot/test/dm/ |
A D | sysreset.c | 22 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 D | sysreset-uclass.c | 7 #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 D | sysreset_sandbox.c | 113 .id = UCLASS_SYSRESET, 131 .id = UCLASS_SYSRESET,
|
A D | sysreset_socfpga_soc64.c | 26 .id = UCLASS_SYSRESET,
|
A D | sysreset_microblaze.c | 27 .id = UCLASS_SYSRESET,
|
A D | sysreset_xtfpga.c | 34 .id = UCLASS_SYSRESET,
|
A D | sysreset_psci.c | 39 .id = UCLASS_SYSRESET,
|
A D | sysreset_rockchip.c | 44 .id = UCLASS_SYSRESET,
|
A D | sysreset_ast.c | 56 .id = UCLASS_SYSRESET,
|
A D | sysreset_resetctl.c | 42 .id = UCLASS_SYSRESET,
|
A D | sysreset_gpio.c | 54 .id = UCLASS_SYSRESET,
|
A D | sysreset_octeon.c | 46 .id = UCLASS_SYSRESET,
|
A D | sysreset_socfpga.c | 52 .id = UCLASS_SYSRESET,
|
A D | sysreset_watchdog.c | 54 .id = UCLASS_SYSRESET,
|
A D | sysreset-ti-sci.c | 70 .id = UCLASS_SYSRESET,
|
A D | sysreset_sti.c | 79 .id = UCLASS_SYSRESET,
|
A D | poweroff_gpio.c | 87 .id = UCLASS_SYSRESET,
|
A D | sysreset_syscon.c | 87 .id = UCLASS_SYSRESET,
|
A D | sysreset_x86.c | 150 .id = UCLASS_SYSRESET,
|
A D | sysreset_mpc83xx.c | 214 .id = UCLASS_SYSRESET,
|
/u-boot/arch/x86/cpu/tangier/ |
A D | sysreset.c | 44 .id = UCLASS_SYSRESET,
|
/u-boot/board/renesas/ulcb/ |
A D | cpld.c | 93 ret = uclass_get_device_by_driver(UCLASS_SYSRESET, in do_cpld() 187 .id = UCLASS_SYSRESET,
|
/u-boot/include/dm/ |
A D | uclass-id.h | 112 UCLASS_SYSRESET, /* System reset device */ enumerator
|
/u-boot/lib/efi/ |
A D | efi_app.c | 165 .id = UCLASS_SYSRESET,
|
/u-boot/drivers/power/pmic/ |
A D | stpmic1.c | 266 .id = UCLASS_SYSRESET,
|
Completed in 18 milliseconds
12