bootstatus_get     58 drivers/watchdog/lantiq_wdt.c 	int (*bootstatus_get)(struct device *dev);
bootstatus_get    235 drivers/watchdog/lantiq_wdt.c 	if (ltq_wdt_hw && ltq_wdt_hw->bootstatus_get) {
bootstatus_get    236 drivers/watchdog/lantiq_wdt.c 		ret = ltq_wdt_hw->bootstatus_get(dev);
bootstatus_get    259 drivers/watchdog/lantiq_wdt.c 	.bootstatus_get = ltq_wdt_xrx_bootstatus_get,
bootstatus_get    263 drivers/watchdog/lantiq_wdt.c 	.bootstatus_get = ltq_wdt_falcon_bootstatus_get,