Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Dsama5d4_wdt.c29 struct sama5d4_wdt { struct
57 static void wdt_write(struct sama5d4_wdt *wdt, u32 field, u32 val) in wdt_write()
70 static void wdt_write_nosleep(struct sama5d4_wdt *wdt, u32 field, u32 val) in wdt_write_nosleep()
80 struct sama5d4_wdt *wdt = watchdog_get_drvdata(wdd); in sama5d4_wdt_start()
90 struct sama5d4_wdt *wdt = watchdog_get_drvdata(wdd); in sama5d4_wdt_stop()
100 struct sama5d4_wdt *wdt = watchdog_get_drvdata(wdd); in sama5d4_wdt_ping()
110 struct sama5d4_wdt *wdt = watchdog_get_drvdata(wdd); in sama5d4_wdt_set_timeout()
148 struct sama5d4_wdt *wdt = platform_get_drvdata(dev_id); in sama5d4_wdt_irq_handler()
159 static int of_sama5d4_wdt_init(struct device_node *np, struct sama5d4_wdt *wdt) in of_sama5d4_wdt_init()
180 static int sama5d4_wdt_init(struct sama5d4_wdt *wdt) in sama5d4_wdt_init()
[all …]
DMakefile54 obj-$(CONFIG_SAMA5D4_WATCHDOG) += sama5d4_wdt.o
/Linux-v4.19/
DMAINTAINERS1719 F: drivers/watchdog/sama5d4_wdt.c