Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/watchdog/
Dsama5d4_wdt.c28 struct sama5d4_wdt { struct
56 static void wdt_write(struct sama5d4_wdt *wdt, u32 field, u32 val) in wdt_write()
69 static void wdt_write_nosleep(struct sama5d4_wdt *wdt, u32 field, u32 val) in wdt_write_nosleep()
79 struct sama5d4_wdt *wdt = watchdog_get_drvdata(wdd); in sama5d4_wdt_start()
89 struct sama5d4_wdt *wdt = watchdog_get_drvdata(wdd); in sama5d4_wdt_stop()
99 struct sama5d4_wdt *wdt = watchdog_get_drvdata(wdd); in sama5d4_wdt_ping()
109 struct sama5d4_wdt *wdt = watchdog_get_drvdata(wdd); in sama5d4_wdt_set_timeout()
145 struct sama5d4_wdt *wdt = platform_get_drvdata(dev_id); in sama5d4_wdt_irq_handler()
156 static int of_sama5d4_wdt_init(struct device_node *np, struct sama5d4_wdt *wdt) in of_sama5d4_wdt_init()
177 static int sama5d4_wdt_init(struct sama5d4_wdt *wdt) in sama5d4_wdt_init()
[all …]
DMakefile54 obj-$(CONFIG_SAMA5D4_WATCHDOG) += sama5d4_wdt.o
/Linux-v5.4/
DMAINTAINERS1974 F: drivers/watchdog/sama5d4_wdt.c