Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/watchdog/
H A Dast_wdt.c94 struct ast_wdt_priv { struct
100 struct ast_wdt_priv *priv = dev_get_priv(dev); in ast_wdt_start() argument
113 struct ast_wdt_priv *priv = dev_get_priv(dev); in ast_wdt_stop()
129 struct ast_wdt_priv *priv = dev_get_priv(dev); in ast_wdt_reset()
138 struct ast_wdt_priv *priv = dev_get_priv(dev); in ast_wdt_expire_now()
152 struct ast_wdt_priv *priv = dev_get_priv(dev); in ast_wdt_ofdata_to_platdata()
189 .priv_auto_alloc_size = sizeof(struct ast_wdt_priv),