Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/watchdog/
H A 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()
69 struct wdt_ops *ops = (struct wdt_ops *)device_get_ops(dev); in wdt_post_bind()
H A Dsandbox_wdt.c46 static const struct wdt_ops sandbox_wdt_ops = {
H A Dmpc8xx_wdt.c52 static const struct wdt_ops mpc8xx_wdt_ops = {
H A Dmt7621_wdt.c84 static const struct wdt_ops mt762x_wdt_ops = {
H A Dbcm6345_wdt.c73 static const struct wdt_ops bcm6345_wdt_ops = {
H A Dat91sam9_wdt.c99 static const struct wdt_ops at91_wdt_ops = {
H A Dxilinx_tb_wdt.c107 static const struct wdt_ops xlnx_wdt_ops = {
H A Dmtk_wdt.c115 static const struct wdt_ops mtk_wdt_ops = {
H A Dcdns_wdt.c248 static const struct wdt_ops cdns_wdt_ops = {
H A Dast_wdt.c161 static const struct wdt_ops ast_wdt_ops = {
H A Darmada-37xx-wdt.c181 static const struct wdt_ops a37xx_wdt_ops = {
H A Dorion_wdt.c158 static const struct wdt_ops orion_wdt_ops = {
/openbmc/linux/drivers/watchdog/
H A Ddiag288_wdt.c165 static const struct watchdog_ops wdt_ops = { variable
182 .ops = &wdt_ops,
H A Dsimatic-ipc-wdt.c99 static const struct watchdog_ops wdt_ops = { variable
144 .ops = &wdt_ops,
H A Dvia_wdt.c143 static const struct watchdog_ops wdt_ops = { variable
153 .ops = &wdt_ops,
H A Dit87_wdt.c266 static const struct watchdog_ops wdt_ops = { variable
275 .ops = &wdt_ops,
H A Dsp805_wdt.c221 static const struct watchdog_ops wdt_ops = { variable
269 wdt->wdd.ops = &wdt_ops; in sp805_wdt_probe()
H A Dw83627hf_wdt.c321 static const struct watchdog_ops wdt_ops = { variable
331 .ops = &wdt_ops,
/openbmc/u-boot/include/
H A Dwdt.h64 struct wdt_ops { struct