Lines Matching full:interrupts
31 * is used so we can disable all of the MSI interrupts when a device
50 * @dev: Device requesting MSI interrupts
53 * Called when a driver requests MSI interrupts instead of the
54 * legacy INT A-D. This routine will allocate multiple interrupts
85 * driver the chance to override the number of interrupts in arch_setup_msi_irq()
103 * interrupts. If this device asks for more, only give it one. in arch_setup_msi_irq()
136 /* Make sure the search for available interrupts didn't fail */ in arch_setup_msi_irq()
139 pr_err("arch_setup_msi_irq: Unable to find %d free interrupts, trying just one", in arch_setup_msi_irq()
147 /* MSI interrupts start at logical IRQ OCTEON_IRQ_MSI_BIT0 */ in arch_setup_msi_irq()
193 * Called when a device no longer needs its MSI interrupts. All
194 * MSI interrupts for the device are freed.
285 * interrupts individually. Instead of masking/unmasking them in octeon_irq_msi_enable_pci()
287 * behaved. MSI interrupts are always enable and the ACK is in octeon_irq_msi_enable_pci()