Home
last modified time | relevance | path

Searched refs:sysreset_ops (Results 1 – 11 of 11) sorted by relevance

/external/u-boot/include/
Dsysreset.h18 struct sysreset_ops { struct
33 #define sysreset_get_ops(dev) ((struct sysreset_ops *)(dev)->driver->ops) argument
/external/u-boot/drivers/sysreset/
Dsysreset_sandbox.c63 static struct sysreset_ops sandbox_sysreset_ops = {
79 static struct sysreset_ops sandbox_warm_sysreset_ops = {
Dsysreset_xtfpga.c28 static struct sysreset_ops xtfpga_sysreset_ops = {
Dsysreset_psci.c33 static struct sysreset_ops psci_sysreset_ops = {
Dsysreset_rockchip.c38 static struct sysreset_ops rockchip_sysreset = {
Dsysreset_ast.c44 static struct sysreset_ops ast_sysreset = {
Dsysreset_watchdog.c28 static struct sysreset_ops wdt_reboot_ops = {
Dsysreset-uclass.c19 struct sysreset_ops *ops = sysreset_get_ops(dev); in sysreset_request()
Dsysreset_syscon.c32 static struct sysreset_ops syscon_reboot_ops = {
Dsysreset_sti.c66 static struct sysreset_ops sti_sysreset = {
/external/u-boot/board/renesas/ulcb/
Dcpld.c174 static struct sysreset_ops renesas_ulcb_sysreset = {