Home
last modified time | relevance | path

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

/linux/drivers/watchdog/
H A Dapple_wdt.c56 struct apple_wdt { struct
62 static struct apple_wdt *to_apple_wdt(struct watchdog_device *wdd) in to_apple_wdt() argument
64 return container_of(wdd, struct apple_wdt, wdd); in to_apple_wdt()
69 struct apple_wdt *wdt = to_apple_wdt(wdd); in apple_wdt_start()
79 struct apple_wdt *wdt = to_apple_wdt(wdd); in apple_wdt_stop()
88 struct apple_wdt *wdt = to_apple_wdt(wdd); in apple_wdt_ping()
97 struct apple_wdt *wdt = to_apple_wdt(wdd); in apple_wdt_set_timeout()
112 struct apple_wdt *wdt = to_apple_wdt(wdd); in apple_wdt_get_timeleft()
124 struct apple_wdt *wdt = to_apple_wdt(wdd); in apple_wdt_restart()
160 struct apple_wdt *wdt; in apple_wdt_probe()
[all …]
H A DMakefile103 obj-$(CONFIG_APPLE_WATCHDOG) += apple_wdt.o
H A DKconfig1133 module will be called apple_wdt.
/linux/
H A DMAINTAINERS2513 F: drivers/watchdog/apple_wdt.c