Searched refs:wdt_ops (Results 1 – 12 of 12) sorted by relevance
18 const struct wdt_ops *ops = device_get_ops(dev); in wdt_start()28 const struct wdt_ops *ops = device_get_ops(dev); in wdt_stop()38 const struct wdt_ops *ops = device_get_ops(dev); in wdt_reset()49 const struct wdt_ops *ops; in wdt_expire_now()
49 static const struct wdt_ops sandbox_wdt_ops = {
74 static const struct wdt_ops bcm6345_wdt_ops = {
94 static const struct wdt_ops ast_wdt_ops = {
114 static const struct wdt_ops rockchip_wdt_ops = {
158 static const struct wdt_ops orion_wdt_ops = {
143 static const struct watchdog_ops wdt_ops = { variable153 .ops = &wdt_ops,
206 static const struct watchdog_ops wdt_ops = { variable223 .ops = &wdt_ops,
250 static const struct watchdog_ops wdt_ops = { variable259 .ops = &wdt_ops,
220 static const struct watchdog_ops wdt_ops = { variable269 wdt->wdd.ops = &wdt_ops; in sp805_wdt_probe()
313 static const struct watchdog_ops wdt_ops = { variable323 .ops = &wdt_ops,
65 struct wdt_ops { struct