| /linux/drivers/pcmcia/ |
| H A D | pd6729.c | 51 static int irq_mode = 1; /* 0 = ISA interrupt, 1 = PCI interrupt */ variable 53 module_param(irq_mode, int, 0444); 54 MODULE_PARM_DESC(irq_mode, 380 if (irq_mode == 1) { in pd6729_set_socket() 406 if (irq_mode == 1) in pd6729_set_socket() 411 if (irq_mode == 1) in pd6729_set_socket() 598 if (irq_mode == 1) { in pd6729_isa_scan() 672 irq_mode = 0; /* fall back to ISA interrupt mode */ in pd6729_pci_probe() 675 if (irq_mode == 0 && mask == 0) { in pd6729_pci_probe() 699 if (irq_mode == 1) { in pd6729_pci_probe() [all …]
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym53c8xx.h | 109 u_char irq_mode; member 123 #define SYM_SETUP_IRQ_MODE sym_driver_setup.irq_mode 138 .irq_mode = 0, \
|
| /linux/drivers/dma/dw-edma/ |
| H A D | dw-edma-core.h | 80 enum dw_edma_ch_irq_mode irq_mode; member 285 return chan->irq_mode == DW_EDMA_CH_IRQ_REMOTE; in dw_edma_core_ch_ignore_irq() 287 return chan->irq_mode == DW_EDMA_CH_IRQ_LOCAL; in dw_edma_core_ch_ignore_irq()
|
| H A D | dw-edma-v0-core.c | 456 if (chan->irq_mode == DW_EDMA_CH_IRQ_REMOTE) { in dw_edma_v0_core_ch_enable() 589 chan->irq_mode == DW_EDMA_CH_IRQ_REMOTE) in dw_edma_v0_core_ll_data()
|
| H A D | dw-hdma-v0-core.c | 66 if (chan->irq_mode == DW_EDMA_CH_IRQ_REMOTE) in dw_hdma_v0_core_int_setup()
|
| H A D | dw-edma-core.c | 948 chan->irq_mode = dw_edma_get_default_irq_mode(chan); in dw_edma_channel_setup()
|
| /linux/arch/sparc/kernel/ |
| H A D | leon_pci_grpci2.c | 199 char irq_mode; /* IRQ Mode from CAPSTS REG */ member 535 if ((priv->irq_mode == 0) && (sts_cap & (STS_IDMA | STS_IDMAERR))) { in grpci2_pci_flow_irq() 731 priv->irq_mode = (capability & STS_IRQMODE) >> STS_IRQMODE_BIT; in grpci2_of_probe() 816 if (priv->irq_mode < 2) { in grpci2_of_probe() 827 if (priv->irq_mode & 1) in grpci2_of_probe() 847 if (priv->irq_mode & 1) in grpci2_of_probe()
|
| /linux/drivers/parport/ |
| H A D | parport_ip32.c | 257 enum parport_ip32_irq_mode irq_mode; member 771 enum parport_ip32_irq_mode irq_mode = priv->irq_mode; in parport_ip32_interrupt() local 773 switch (irq_mode) { in parport_ip32_interrupt() 1388 priv->irq_mode = PARPORT_IP32_IRQ_HERE; in parport_ip32_fifo_write_block_pio() 1409 priv->irq_mode = PARPORT_IP32_IRQ_FWD; in parport_ip32_fifo_write_block_pio() 1435 priv->irq_mode = PARPORT_IP32_IRQ_HERE; in parport_ip32_fifo_write_block_dma() 1456 priv->irq_mode = PARPORT_IP32_IRQ_FWD; in parport_ip32_fifo_write_block_dma() 2050 .irq_mode = PARPORT_IP32_IRQ_FWD, in parport_ip32_probe_port()
|
| /linux/include/linux/mfd/ |
| H A D | 88pm860x.h | 389 int irq_mode; member 460 int irq_mode; /* Clear interrupt by read/write(0/1) */ member
|
| H A D | 88pm80x.h | 301 int irq_mode; member 316 int irq_mode; /* Clear interrupt by read/write(0/1) */ member
|
| /linux/drivers/mfd/ |
| H A D | 88pm860x-core.c | 580 chip->irq_mode = 0; in device_irq_init() 581 if (pdata && pdata->irq_mode) { in device_irq_init() 588 chip->irq_mode = 1; in device_irq_init() 601 if (chip->irq_mode) { in device_irq_init() 1119 pdata->irq_mode = of_property_read_bool(np, "marvell,88pm860x-irq-read-clr"); in pm860x_dt_init()
|
| /linux/drivers/dma/ioat/ |
| H A D | dma.c | 148 switch (ioat_dma->irq_mode) { in ioat_stop() 1042 if (is_bwd_ioat(pdev) && (ioat_dma->irq_mode == IOAT_MSIX)) { in ioat_reset_hw() 1051 if (is_bwd_ioat(pdev) && (ioat_dma->irq_mode == IOAT_MSIX)) { in ioat_reset_hw()
|
| H A D | init.c | 448 ioat_dma->irq_mode = IOAT_MSIX; in ioat_dma_setup_interrupts() 462 ioat_dma->irq_mode = IOAT_MSI; in ioat_dma_setup_interrupts() 471 ioat_dma->irq_mode = IOAT_INTX; in ioat_dma_setup_interrupts() 482 ioat_dma->irq_mode = IOAT_NOIRQ; in ioat_dma_setup_interrupts()
|
| /linux/drivers/input/mouse/ |
| H A D | cyapa.h | 408 bool irq_mode);
|
| /linux/drivers/scsi/leapraid/ |
| H A D | leapraid_func.h | 639 u8 irq_mode; member
|
| H A D | leapraid_func.c | 7114 int irq_mode = adapter->notification_desc.irq_mode; in leapraid_setup_irqs() local 7118 if (irq_mode == LEAPRAID_INTERRUPT_MODE_MSIX) { in leapraid_setup_irqs() 7138 if (irq_mode == LEAPRAID_INTERRUPT_MODE_MSIX) in leapraid_setup_irqs() 7143 else if (irq_mode == LEAPRAID_INTERRUPT_MODE_MSI) in leapraid_setup_irqs() 7190 adapter->notification_desc.irq_mode = LEAPRAID_INTERRUPT_MODE_LEGACY; in leapraid_setup_legacy_int() 7319 adapter->notification_desc.irq_mode = LEAPRAID_INTERRUPT_MODE_MSIX; in leapraid_set_msix() 7437 adapter->notification_desc.irq_mode = LEAPRAID_INTERRUPT_MODE_MSI; in leapraid_set_msi()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | wmi.h | 1013 u8 irq_mode; member 1050 u8 irq_mode; member
|
| /linux/drivers/scsi/smartpqi/ |
| H A D | smartpqi.h | 1353 enum pqi_irq_mode irq_mode; member
|