Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/watchdog/
Dsama5d4_wdt.c29 struct sama5d4_wdt { struct
60 static void wdt_write(struct sama5d4_wdt *wdt, u32 field, u32 val) in wdt_write()
73 static void wdt_write_nosleep(struct sama5d4_wdt *wdt, u32 field, u32 val) in wdt_write_nosleep()
83 struct sama5d4_wdt *wdt = watchdog_get_drvdata(wdd); in sama5d4_wdt_start()
98 struct sama5d4_wdt *wdt = watchdog_get_drvdata(wdd); in sama5d4_wdt_stop()
113 struct sama5d4_wdt *wdt = watchdog_get_drvdata(wdd); in sama5d4_wdt_ping()
123 struct sama5d4_wdt *wdt = watchdog_get_drvdata(wdd); in sama5d4_wdt_set_timeout()
167 struct sama5d4_wdt *wdt = platform_get_drvdata(dev_id); in sama5d4_wdt_irq_handler()
184 static int of_sama5d4_wdt_init(struct device_node *np, struct sama5d4_wdt *wdt) in of_sama5d4_wdt_init()
206 static int sama5d4_wdt_init(struct sama5d4_wdt *wdt) in sama5d4_wdt_init()
[all …]
DMakefile55 obj-$(CONFIG_SAMA5D4_WATCHDOG) += sama5d4_wdt.o
/linux-6.1.9/
DMAINTAINERS2426 F: drivers/watchdog/sama5d4_wdt.c