Searched refs:wdt_start (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/include/mach/ |
| H A D | watchdog.h | 38 void wdt_start(unsigned int timeout);
|
| /rk3399_rockchip-uboot/arch/arm/mach-s5pc1xx/include/mach/ |
| H A D | watchdog.h | 39 void wdt_start(unsigned int timeout);
|
| /rk3399_rockchip-uboot/include/ |
| H A D | wdt.h | 29 int wdt_start(struct udevice *dev, u64 timeout_ms, ulong flags);
|
| /rk3399_rockchip-uboot/drivers/watchdog/ |
| H A D | s5p_wdt.c | 26 void wdt_start(unsigned int timeout) in wdt_start() function
|
| H A D | wdt-uclass.c | 16 int wdt_start(struct udevice *dev, u64 timeout_ms, ulong flags) in wdt_start() function
|
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | wdt.c | 27 ut_assertok(wdt_start(dev, timeout, 0)); in dm_test_wdt_base()
|
| /rk3399_rockchip-uboot/test/rockchip/ |
| H A D | test-power.c | 122 wdt_start(dev, 5000, 0); in do_test_wdt()
|
| /rk3399_rockchip-uboot/board/CZ.NIC/turris_omnia/ |
| H A D | turris_omnia.c | 372 wdt_start(watchdog_dev, (u32) 25000000 * 120, 0); in board_init()
|