Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/watchdog/
Docteon-wdt-main.c508 static struct watchdog_device octeon_wdt = { variable
556 octeon_wdt.timeout = timeout_sec; in octeon_wdt_init()
557 octeon_wdt.max_timeout = UINT_MAX; in octeon_wdt_init()
559 watchdog_set_nowayout(&octeon_wdt, nowayout); in octeon_wdt_init()
561 ret = watchdog_register_device(&octeon_wdt); in octeon_wdt_init()
582 watchdog_unregister_device(&octeon_wdt); in octeon_wdt_init()
591 watchdog_unregister_device(&octeon_wdt); in octeon_wdt_cleanup()