Home
last modified time | relevance | path

Searched refs:wdt_ops (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/drivers/watchdog/
Dwdt-uclass.c15 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()
Dsandbox_wdt.c46 static const struct wdt_ops sandbox_wdt_ops = {
Dbcm6345_wdt.c73 static const struct wdt_ops bcm6345_wdt_ops = {
Dast_wdt.c91 static const struct wdt_ops ast_wdt_ops = {
Darmada-37xx-wdt.c156 static const struct wdt_ops a37xx_wdt_ops = {
Dcdns_wdt.c250 static const struct wdt_ops cdns_wdt_ops = {
Dorion_wdt.c158 static const struct wdt_ops orion_wdt_ops = {
/external/u-boot/include/
Dwdt.h64 struct wdt_ops { struct