Home
last modified time | relevance | path

Searched refs:UCLASS_WDT (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/u-boot/board/xilinx/microblaze-generic/
H A Dmicroblaze-generic.c73 if (uclass_get_device_by_seq(UCLASS_WDT, 0, &watchdog_dev)) { in board_late_init()
75 if (uclass_get_device(UCLASS_WDT, 0, &watchdog_dev)) { in board_late_init()
/openbmc/u-boot/board/xilinx/zynq/
H A Dboard.c35 if (uclass_get_device_by_seq(UCLASS_WDT, 0, &watchdog_dev)) { in board_init()
37 if (uclass_get_device(UCLASS_WDT, 0, &watchdog_dev)) { in board_init()
/openbmc/u-boot/arch/mips/mach-mt7620/
H A Dcpu.c108 if (uclass_get_device_by_seq(UCLASS_WDT, 0, &watchdog_dev)) { in arch_misc_init()
110 if (uclass_get_device(UCLASS_WDT, 0, &watchdog_dev)) { in arch_misc_init()
/openbmc/u-boot/arch/arm/mach-mediatek/
H A Dcpu.c16 ret = uclass_first_device_err(UCLASS_WDT, &wdt); in arch_misc_init()
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset_ast.c19 int ret = uclass_first_device(UCLASS_WDT, &wdt); in ast_sysreset_request()
H A Dsysreset_watchdog.c37 err = uclass_get_device_by_phandle(UCLASS_WDT, dev, in wdt_reboot_probe()
/openbmc/u-boot/test/dm/
H A Dwdt.c21 ut_assertok(uclass_get_device(UCLASS_WDT, 0, &dev)); in dm_test_wdt_base()
/openbmc/u-boot/drivers/watchdog/
H A Dsandbox_wdt.c60 .id = UCLASS_WDT,
H A Dmpc8xx_wdt.c65 .id = UCLASS_WDT,
H A Dmt7621_wdt.c97 .id = UCLASS_WDT,
H A Dbcm6345_wdt.c100 .id = UCLASS_WDT,
H A Dwdt-uclass.c89 .id = UCLASS_WDT,
H A Dat91sam9_wdt.c131 .id = UCLASS_WDT,
H A Dxilinx_tb_wdt.c121 .id = UCLASS_WDT,
H A Dmtk_wdt.c129 .id = UCLASS_WDT,
H A Dcdns_wdt.c262 .id = UCLASS_WDT,
H A Dast_wdt.c186 .id = UCLASS_WDT,
H A Darmada-37xx-wdt.c195 .id = UCLASS_WDT,
H A Dorion_wdt.c171 .id = UCLASS_WDT,
/openbmc/u-boot/include/dm/
H A Duclass-id.h111 UCLASS_WDT, /* Watchdog Timer driver */ enumerator
/openbmc/u-boot/board/cssi/MCR3000/
H A DMCR3000.c153 if (uclass_get_device(UCLASS_WDT, 0, &watchdog_dev)) { in board_early_init_r()
/openbmc/u-boot/drivers/reset/aspeed/
H A Dreset-ast2400.c81 ret = uclass_get_device_by_phandle(UCLASS_WDT, dev, "aspeed,wdt", in ast2400_ofdata_to_platdata()
H A Dreset-ast2600.c88 ret = uclass_get_device_by_phandle(UCLASS_WDT, dev, "aspeed,ast2600-wdt", in ast2600_ofdata_to_platdata()
H A Dreset-ast2500.c113 ret = uclass_get_device_by_phandle(UCLASS_WDT, dev, "aspeed,wdt", in ast2500_ofdata_to_platdata()
/openbmc/u-boot/board/xilinx/zynqmp/
H A Dzynqmp.c344 if (uclass_get_device_by_seq(UCLASS_WDT, 0, &watchdog_dev)) { in board_init()
346 if (uclass_get_device(UCLASS_WDT, 0, &watchdog_dev)) { in board_init()

12