HomeSort by relevance Sort by last modified time
    Searched refs:sysreset (Results 1 - 16 of 16) sorted by null

  /external/u-boot/drivers/sysreset/
Makefile 5 obj-$(CONFIG_SYSRESET) += sysreset-uclass.o
sysreset_psci.c 8 #include <sysreset.h>
38 .name = "psci-sysreset",
sysreset_xtfpga.c 11 #include <sysreset.h>
sysreset-uclass.c 8 #include <sysreset.h>
77 UCLASS_DRIVER(sysreset) = { variable
79 .name = "sysreset",
sysreset_ast.c 9 #include <sysreset.h>
37 debug("Sysreset failed: %d", ret);
sysreset_rockchip.c 9 #include <sysreset.h>
sysreset_watchdog.c 9 #include <sysreset.h>
sysreset_sandbox.c 10 #include <sysreset.h>
sysreset_sti.c 11 #include <sysreset.h>
sysreset_syscon.c 14 #include <sysreset.h>
  /external/u-boot/arch/sandbox/include/asm/
state.h 10 #include <sysreset.h>
  /external/u-boot/board/cadence/xtfpga/
xtfpga.c 102 U_BOOT_DEVICE(sysreset) = { variable
  /external/u-boot/test/dm/
Makefile 33 obj-$(CONFIG_SYSRESET) += sysreset.o
sysreset.c 8 #include <sysreset.h>
14 /* Test that we can use particular sysreset devices */
26 /* Device 1 is the warm sysreset device */
36 /* Device 2 is the cold sysreset device */
48 /* Test that we can walk through the sysreset devices */
53 /* If we generate a power sysreset, we will exit sandbox! */
  /external/u-boot/drivers/
Makefile 5 obj-$(CONFIG_$(SPL_TPL_)DRIVERS_MISC_SUPPORT) += misc/ sysreset/ firmware/
89 obj-y += sysreset/
  /external/u-boot/board/renesas/ulcb/
cpld.c 15 #include <sysreset.h>

Completed in 307 milliseconds