Searched refs:irq_action (Results 1 – 2 of 2) sorted by relevance
864 .irq_action = mv88e6097_watchdog_action,890 .irq_action = mv88e6097_watchdog_action,941 .irq_action = mv88e6390_watchdog_action,961 .irq_action = mv88e6393x_watchdog_action,972 if (chip->info->ops->watchdog_ops->irq_action) in mv88e6xxx_g2_watchdog_thread_fn() 973 ret = chip->info->ops->watchdog_ops->irq_action(chip, irq); in mv88e6xxx_g2_watchdog_thread_fn()
691 int (*irq_action)(struct mv88e6xxx_chip *chip, int irq); member