Searched refs:wdt_ops (Results 1 – 7 of 7) 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 = {
65 struct wdt_ops { struct