Searched refs:irq_action (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/ |
H A D | global2.c | 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()
|
H A D | chip.h | 656 int (*irq_action)(struct mv88e6xxx_chip *chip, int irq); member
|
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
H A D | global2.c | 835 .irq_action = mv88e6097_watchdog_action, 861 .irq_action = mv88e6097_watchdog_action, 912 .irq_action = mv88e6390_watchdog_action, 923 if (chip->info->ops->watchdog_ops->irq_action) in mv88e6xxx_g2_watchdog_thread_fn() 924 ret = chip->info->ops->watchdog_ops->irq_action(chip, irq); in mv88e6xxx_g2_watchdog_thread_fn()
|
H A D | chip.h | 580 int (*irq_action)(struct mv88e6xxx_chip *chip, int irq); member
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | mmci.c | 1396 host->irq_action = IRQ_WAKE_THREAD; in mmci_cmd_irq() 1416 if (host->irq_action != IRQ_WAKE_THREAD) in mmci_cmd_irq() 1613 host->irq_action = IRQ_HANDLED; in mmci_irq() 1657 return host->irq_action; in mmci_irq() 1683 host->irq_action = IRQ_HANDLED; in mmci_irq_thread() 1687 return host->irq_action; in mmci_irq_thread()
|
H A D | mmci.h | 428 u32 irq_action; member
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | mmci.h | 446 u32 irq_action; member
|
H A D | mmci.c | 1508 host->irq_action = IRQ_WAKE_THREAD; in mmci_cmd_irq() 1528 if (host->irq_action != IRQ_WAKE_THREAD) in mmci_cmd_irq() 1773 host->irq_action = IRQ_HANDLED; in mmci_irq() 1819 return host->irq_action; in mmci_irq() 1845 host->irq_action = IRQ_HANDLED; in mmci_irq_thread() 1849 return host->irq_action; in mmci_irq_thread()
|
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.c | 3810 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()
|
Completed in 21 milliseconds