Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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 = {
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dvia_wdt.c143 static const struct watchdog_ops wdt_ops = { variable
153 .ops = &wdt_ops,
H A Ddiag288_wdt.c206 static const struct watchdog_ops wdt_ops = { variable
223 .ops = &wdt_ops,
H A Dit87_wdt.c250 static const struct watchdog_ops wdt_ops = { variable
259 .ops = &wdt_ops,
H A Dsp805_wdt.c220 static const struct watchdog_ops wdt_ops = { variable
269 wdt->wdd.ops = &wdt_ops; in sp805_wdt_probe()
H A Dw83627hf_wdt.c313 static const struct watchdog_ops wdt_ops = { variable
323 .ops = &wdt_ops,
/OK3568_Linux_fs/u-boot/include/
H A Dwdt.h65 struct wdt_ops { struct