ltq_wdt_hw        205 drivers/watchdog/lantiq_wdt.c 	const struct ltq_wdt_hw *ltq_wdt_hw;
ltq_wdt_hw        234 drivers/watchdog/lantiq_wdt.c 	ltq_wdt_hw = of_device_get_match_data(dev);
ltq_wdt_hw        235 drivers/watchdog/lantiq_wdt.c 	if (ltq_wdt_hw && ltq_wdt_hw->bootstatus_get) {
ltq_wdt_hw        236 drivers/watchdog/lantiq_wdt.c 		ret = ltq_wdt_hw->bootstatus_get(dev);
ltq_wdt_hw        258 drivers/watchdog/lantiq_wdt.c static const struct ltq_wdt_hw ltq_wdt_xrx100 = {
ltq_wdt_hw        262 drivers/watchdog/lantiq_wdt.c static const struct ltq_wdt_hw ltq_wdt_falcon = {