Lines Matching defs:asm9260_wdt_priv
54 struct asm9260_wdt_priv {
69 struct asm9260_wdt_priv *priv = watchdog_get_drvdata(wdd);
79 struct asm9260_wdt_priv *priv = watchdog_get_drvdata(wdd);
89 struct asm9260_wdt_priv *priv = watchdog_get_drvdata(wdd);
101 struct asm9260_wdt_priv *priv = watchdog_get_drvdata(wdd);
118 struct asm9260_wdt_priv *priv = watchdog_get_drvdata(wdd);
135 static void asm9260_wdt_sys_reset(struct asm9260_wdt_priv *priv)
155 struct asm9260_wdt_priv *priv = devid;
175 struct asm9260_wdt_priv *priv = watchdog_get_drvdata(wdd);
203 static int asm9260_wdt_get_dt_clks(struct asm9260_wdt_priv *priv)
261 static void asm9260_wdt_get_dt_mode(struct asm9260_wdt_priv *priv)
288 struct asm9260_wdt_priv *priv;
293 priv = devm_kzalloc(dev, sizeof(struct asm9260_wdt_priv), GFP_KERNEL);