Searched refs:watchdog_register (Results 1 – 4 of 4) sorted by relevance
46 TEE_Result watchdog_register(struct wdt_chip *chip);84 static inline TEE_Result watchdog_register(struct wdt_chip *chip __unused) in watchdog_register() function
10 TEE_Result watchdog_register(struct wdt_chip *chip) in watchdog_register() function
263 return watchdog_register(&wdt->chip); in wdt_node_probe()
367 res = watchdog_register(&iwdg->wdt_chip); in stm32_iwdg_register()
Completed in 5 milliseconds