Searched refs:irq_action (Results 1 – 2 of 2) sorted by relevance
822 .irq_action = mv88e6097_watchdog_action,848 .irq_action = mv88e6097_watchdog_action,900 .irq_action = mv88e6390_watchdog_action,911 if (chip->info->ops->watchdog_ops->irq_action) in mv88e6xxx_g2_watchdog_thread_fn()912 ret = chip->info->ops->watchdog_ops->irq_action(chip, irq); in mv88e6xxx_g2_watchdog_thread_fn()
526 int (*irq_action)(struct mv88e6xxx_chip *chip, int irq); member