Lines Matching defs:wdat_wdt
31 * struct wdat_wdt - ACPI WDAT watchdog device
41 struct wdat_wdt {
50 #define to_wdat_wdt(wdd) container_of(wdd, struct wdat_wdt, wdd)
64 static int wdat_wdt_read(struct wdat_wdt *wdat,
89 static int wdat_wdt_write(struct wdat_wdt *wdat,
114 static int wdat_wdt_run_action(struct wdat_wdt *wdat, unsigned int action,
204 static int wdat_wdt_enable_reboot(struct wdat_wdt *wdat)
224 static void wdat_wdt_boot_status(struct wdat_wdt *wdat)
244 static void wdat_wdt_set_running(struct wdat_wdt *wdat)
278 struct wdat_wdt *wdat = to_wdat_wdt(wdd);
291 struct wdat_wdt *wdat = to_wdat_wdt(wdd);
301 .identity = "wdat_wdt",
317 struct wdat_wdt *wdat;
473 struct wdat_wdt *wdat = dev_get_drvdata(dev);
500 struct wdat_wdt *wdat = dev_get_drvdata(dev);
539 .name = "wdat_wdt",
549 MODULE_ALIAS("platform:wdat_wdt");