Searched refs:wdt_ops (Results 1 – 19 of 19) sorted by relevance
15 const struct wdt_ops *ops = device_get_ops(dev); in wdt_start()25 const struct wdt_ops *ops = device_get_ops(dev); in wdt_stop()35 const struct wdt_ops *ops = device_get_ops(dev); in wdt_reset()46 const struct wdt_ops *ops; in wdt_expire_now()69 struct wdt_ops *ops = (struct wdt_ops *)device_get_ops(dev); in wdt_post_bind()
46 static const struct wdt_ops sandbox_wdt_ops = {
52 static const struct wdt_ops mpc8xx_wdt_ops = {
84 static const struct wdt_ops mt762x_wdt_ops = {
73 static const struct wdt_ops bcm6345_wdt_ops = {
99 static const struct wdt_ops at91_wdt_ops = {
107 static const struct wdt_ops xlnx_wdt_ops = {
115 static const struct wdt_ops mtk_wdt_ops = {
248 static const struct wdt_ops cdns_wdt_ops = {
161 static const struct wdt_ops ast_wdt_ops = {
181 static const struct wdt_ops a37xx_wdt_ops = {
158 static const struct wdt_ops orion_wdt_ops = {
165 static const struct watchdog_ops wdt_ops = { variable182 .ops = &wdt_ops,
99 static const struct watchdog_ops wdt_ops = { variable144 .ops = &wdt_ops,
143 static const struct watchdog_ops wdt_ops = { variable153 .ops = &wdt_ops,
266 static const struct watchdog_ops wdt_ops = { variable275 .ops = &wdt_ops,
221 static const struct watchdog_ops wdt_ops = { variable269 wdt->wdd.ops = &wdt_ops; in sp805_wdt_probe()
321 static const struct watchdog_ops wdt_ops = { variable331 .ops = &wdt_ops,
64 struct wdt_ops { struct