Home
last modified time | relevance | path

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

/external/u-boot/drivers/watchdog/
Dast_wdt.c16 struct ast_wdt_priv { struct
22 struct ast_wdt_priv *priv = dev_get_priv(dev); in ast_wdt_start() argument
49 struct ast_wdt_priv *priv = dev_get_priv(dev); in ast_wdt_stop()
58 struct ast_wdt_priv *priv = dev_get_priv(dev); in ast_wdt_reset()
67 struct ast_wdt_priv *priv = dev_get_priv(dev); in ast_wdt_expire_now()
82 struct ast_wdt_priv *priv = dev_get_priv(dev); in ast_wdt_ofdata_to_platdata()
118 .priv_auto_alloc_size = sizeof(struct ast_wdt_priv),