Home
last modified time | relevance | path

Searched refs:irq_action (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/dsa/mv88e6xxx/
H A Dglobal2.c864 .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()
H A Dchip.h685 int (*irq_action)(struct mv88e6xxx_chip *chip, int irq); member
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.c3848 int irq_action = H_ENABLE_VIO_INTERRUPT; in ibmvfc_toggle_scrq_irq()
3851 irq_action = H_DISABLE_VIO_INTERRUPT; in ibmvfc_toggle_scrq_irq()
3853 rc = plpar_hcall_norets(H_VIOCTL, vdev->unit_address, irq_action, in ibmvfc_toggle_scrq_irq()
3847 int irq_action = H_ENABLE_VIO_INTERRUPT; ibmvfc_toggle_scrq_irq() local