Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/sysreset/
H A Dsysreset-uclass.c21 struct sysreset_ops *ops = sysreset_get_ops(dev); in sysreset_request()
31 struct sysreset_ops *ops = sysreset_get_ops(dev); in sysreset_get_status()
41 struct sysreset_ops *ops = sysreset_get_ops(dev); in sysreset_get_last()
124 struct sysreset_ops *ops = sysreset_get_ops(dev); in sysreset_post_bind()
H A Dsysreset_sandbox.c96 static struct sysreset_ops sandbox_sysreset_ops = {
114 static struct sysreset_ops sandbox_warm_sysreset_ops = {
H A Dsysreset_microblaze.c22 static struct sysreset_ops microblaze_sysreset = {
H A Dsysreset_xtfpga.c28 static struct sysreset_ops xtfpga_sysreset_ops = {
H A Dsysreset_psci.c33 static struct sysreset_ops psci_sysreset_ops = {
H A Dsysreset_ast.c33 static struct sysreset_ops ast_sysreset = {
H A Dsysreset_rockchip.c38 static struct sysreset_ops rockchip_sysreset = {
H A Dsysreset_gpio.c31 static struct sysreset_ops gpio_reboot_ops = {
H A Dsysreset_watchdog.c28 static struct sysreset_ops wdt_reboot_ops = {
H A Dsysreset_x86.c60 static struct sysreset_ops x86_sysreset_ops = {
H A Dsysreset-ti-sci.c57 static struct sysreset_ops ti_sci_sysreset_ops = {
H A Dsysreset_syscon.c32 static struct sysreset_ops syscon_reboot_ops = {
H A Dsysreset_sti.c66 static struct sysreset_ops sti_sysreset = {
H A Dsysreset_mpc83xx.c203 static struct sysreset_ops mpc83xx_sysreset = {
/openbmc/u-boot/include/
H A Dsysreset.h19 struct sysreset_ops { struct
51 #define sysreset_get_ops(dev) ((struct sysreset_ops *)(dev)->driver->ops) argument
/openbmc/u-boot/arch/x86/cpu/tangier/
H A Dsysreset.c38 static struct sysreset_ops tangier_sysreset_ops = {
/openbmc/u-boot/lib/efi/
H A Defi_app.c155 static struct sysreset_ops efi_sysreset_ops = {
/openbmc/u-boot/board/renesas/ulcb/
H A Dcpld.c174 static struct sysreset_ops renesas_ulcb_sysreset = {