Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dwavfront.c2209 short reported_irq; in wavefront_hw_reset() local
2227 reported_irq = probe_irq_off (irq_mask); in wavefront_hw_reset()
2229 if (reported_irq != dev.irq) { in wavefront_hw_reset()
2230 if (reported_irq == 0) { in wavefront_hw_reset()
2234 } else if (reported_irq < 0) { in wavefront_hw_reset()
2240 "value provided (%d)\n", reported_irq, in wavefront_hw_reset()
2247 reported_irq); in wavefront_hw_reset()