Home
last modified time | relevance | path

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

/drivers/net/dsa/mv88e6xxx/
Dglobal2.c852 .irq_action = mv88e6097_watchdog_action,
878 .irq_action = mv88e6097_watchdog_action,
929 .irq_action = mv88e6390_watchdog_action,
949 .irq_action = mv88e6393x_watchdog_action,
960 if (chip->info->ops->watchdog_ops->irq_action) in mv88e6xxx_g2_watchdog_thread_fn()
961 ret = chip->info->ops->watchdog_ops->irq_action(chip, irq); in mv88e6xxx_g2_watchdog_thread_fn()
Dchip.h654 int (*irq_action)(struct mv88e6xxx_chip *chip, int irq); member
/drivers/mmc/host/
Dmmci.c1401 host->irq_action = IRQ_WAKE_THREAD; in mmci_cmd_irq()
1421 if (host->irq_action != IRQ_WAKE_THREAD) in mmci_cmd_irq()
1618 host->irq_action = IRQ_HANDLED; in mmci_irq()
1664 return host->irq_action; in mmci_irq()
1690 host->irq_action = IRQ_HANDLED; in mmci_irq_thread()
1694 return host->irq_action; in mmci_irq_thread()
Dmmci.h428 u32 irq_action; member
/drivers/scsi/ibmvscsi/
Dibmvfc.c3810 int irq_action = H_ENABLE_VIO_INTERRUPT; in ibmvfc_toggle_scrq_irq() local
3813 irq_action = H_DISABLE_VIO_INTERRUPT; in ibmvfc_toggle_scrq_irq()
3815 rc = plpar_hcall_norets(H_VIOCTL, vdev->unit_address, irq_action, in ibmvfc_toggle_scrq_irq()