Home
last modified time | relevance | path

Searched refs:other_irq (Results 1 – 2 of 2) sorted by relevance

/drivers/perf/
Darm_pmu_acpi.c230 int other_irq = per_cpu(hw_events->irq, cpu); in pmu_irq_matches() local
231 if (!other_irq) in pmu_irq_matches()
234 if (irq == other_irq) in pmu_irq_matches()
236 if (!irq_is_percpu_devid(irq) && !irq_is_percpu_devid(other_irq)) in pmu_irq_matches()
/drivers/spi/
Dspi-rspi.c526 unsigned int other_irq = 0; in rspi_dma_transfer() local
581 disable_irq(other_irq = rspi->tx_irq); in rspi_dma_transfer()
582 if (rx && rspi->rx_irq != other_irq) in rspi_dma_transfer()
613 if (rx && rspi->rx_irq != other_irq) in rspi_dma_transfer()