Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/watchdog/
Dsama5d4_wdt.c28 struct sama5d4_wdt { struct
59 static void wdt_write(struct sama5d4_wdt *wdt, u32 field, u32 val) in wdt_write()
72 static void wdt_write_nosleep(struct sama5d4_wdt *wdt, u32 field, u32 val) in wdt_write_nosleep()
82 struct sama5d4_wdt *wdt = watchdog_get_drvdata(wdd); in sama5d4_wdt_start()
97 struct sama5d4_wdt *wdt = watchdog_get_drvdata(wdd); in sama5d4_wdt_stop()
112 struct sama5d4_wdt *wdt = watchdog_get_drvdata(wdd); in sama5d4_wdt_ping()
122 struct sama5d4_wdt *wdt = watchdog_get_drvdata(wdd); in sama5d4_wdt_set_timeout()
166 struct sama5d4_wdt *wdt = platform_get_drvdata(dev_id); in sama5d4_wdt_irq_handler()
183 static int of_sama5d4_wdt_init(struct device_node *np, struct sama5d4_wdt *wdt) in of_sama5d4_wdt_init()
205 static int sama5d4_wdt_init(struct sama5d4_wdt *wdt) in sama5d4_wdt_init()
[all …]
DMakefile55 obj-$(CONFIG_SAMA5D4_WATCHDOG) += sama5d4_wdt.o
/linux-6.12.1/
DMAINTAINERS2642 F: drivers/watchdog/sama5d4_wdt.c