Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/watchdog/
H A Dwdt-uclass.c18 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()
H A Dsandbox_wdt.c49 static const struct wdt_ops sandbox_wdt_ops = {
H A Dbcm6345_wdt.c74 static const struct wdt_ops bcm6345_wdt_ops = {
H A Dast_wdt.c94 static const struct wdt_ops ast_wdt_ops = {
H A Drockchip_wdt.c114 static const struct wdt_ops rockchip_wdt_ops = {
H A Dorion_wdt.c158 static const struct wdt_ops orion_wdt_ops = {
/rk3399_rockchip-uboot/include/
H A Dwdt.h65 struct wdt_ops { struct