ltq_wdt_hw
const struct ltq_wdt_hw *ltq_wdt_hw;
ltq_wdt_hw = of_device_get_match_data(dev);
if (ltq_wdt_hw && ltq_wdt_hw->bootstatus_get) {
ret = ltq_wdt_hw->bootstatus_get(dev);
static const struct ltq_wdt_hw ltq_wdt_xrx100 = {
static const struct ltq_wdt_hw ltq_wdt_falcon = {