Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Ds3c2410_wdt.c173 struct watchdog_device wdt_device; member
549 s3c2410wdt_keepalive(&wdt->wdt_device); in s3c2410wdt_irq()
636 wdt->wdt_device = s3c2410_wdd; in s3c2410wdt_probe()
671 wdt->wdt_device.min_timeout = 1; in s3c2410wdt_probe()
674 watchdog_set_drvdata(&wdt->wdt_device, wdt); in s3c2410wdt_probe()
681 wdt->wdt_device.timeout); in s3c2410wdt_probe()
701 wdt->wdt_device.parent = dev; in s3c2410wdt_probe()
712 s3c2410wdt_start(&wdt->wdt_device); in s3c2410wdt_probe()
715 s3c2410wdt_stop(&wdt->wdt_device); in s3c2410wdt_probe()
749 s3c2410wdt_stop(&wdt->wdt_device); in s3c2410wdt_shutdown()
[all …]