Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dlantiq_wdt.c58 struct ltq_wdt_hw { struct
206 const struct ltq_wdt_hw *ltq_wdt_hw; in ltq_wdt_probe() local
235 ltq_wdt_hw = of_device_get_match_data(dev); in ltq_wdt_probe()
236 if (ltq_wdt_hw && ltq_wdt_hw->bootstatus_get) { in ltq_wdt_probe()
237 ret = ltq_wdt_hw->bootstatus_get(dev); in ltq_wdt_probe()
259 static const struct ltq_wdt_hw ltq_wdt_xrx100 = {
263 static const struct ltq_wdt_hw ltq_wdt_falcon = {