Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dlantiq_wdt.c59 int (*bootstatus_get)(struct device *dev); member
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()
260 .bootstatus_get = ltq_wdt_xrx_bootstatus_get,
264 .bootstatus_get = ltq_wdt_falcon_bootstatus_get,