Searched refs:apple_wdt (Results 1 – 4 of 4) sorted by relevance
56 struct apple_wdt { struct62 static struct apple_wdt *to_apple_wdt(struct watchdog_device *wdd) in to_apple_wdt() argument64 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()109 struct apple_wdt *wdt = to_apple_wdt(wdd); in apple_wdt_get_timeleft()121 struct apple_wdt *wdt = to_apple_wdt(wdd); in apple_wdt_restart()157 struct apple_wdt *wdt; in apple_wdt_probe()
99 obj-$(CONFIG_APPLE_WATCHDOG) += apple_wdt.o
1019 module will be called apple_wdt.
1974 F: drivers/watchdog/apple_wdt.c
Completed in 27 milliseconds