Lines Matching refs:asm9260_wdt_priv
54 struct asm9260_wdt_priv { struct
69 struct asm9260_wdt_priv *priv = watchdog_get_drvdata(wdd); in asm9260_wdt_feed() argument
79 struct asm9260_wdt_priv *priv = watchdog_get_drvdata(wdd); in asm9260_wdt_gettimeleft()
89 struct asm9260_wdt_priv *priv = watchdog_get_drvdata(wdd); in asm9260_wdt_updatetimeout()
101 struct asm9260_wdt_priv *priv = watchdog_get_drvdata(wdd); in asm9260_wdt_enable()
118 struct asm9260_wdt_priv *priv = watchdog_get_drvdata(wdd); in asm9260_wdt_disable()
135 static void asm9260_wdt_sys_reset(struct asm9260_wdt_priv *priv) in asm9260_wdt_sys_reset()
155 struct asm9260_wdt_priv *priv = devid; in asm9260_wdt_irq()
175 struct asm9260_wdt_priv *priv = watchdog_get_drvdata(wdd); in asm9260_restart()
203 static int asm9260_wdt_get_dt_clks(struct asm9260_wdt_priv *priv) in asm9260_wdt_get_dt_clks()
261 static void asm9260_wdt_get_dt_mode(struct asm9260_wdt_priv *priv) in asm9260_wdt_get_dt_mode()
288 struct asm9260_wdt_priv *priv; in asm9260_wdt_probe()
293 priv = devm_kzalloc(dev, sizeof(struct asm9260_wdt_priv), GFP_KERNEL); in asm9260_wdt_probe()