Searched refs:irqd (Results 1 – 2 of 2) sorted by relevance
822 int irqd; in probe_hwif() local857 irqd = hwif->irq; in probe_hwif()858 if (irqd > 0) in probe_hwif()859 disable_irq(irqd); in probe_hwif()912 if (irqd > 0) in probe_hwif()913 enable_irq(irqd); in probe_hwif()
775 int irqd; in ide_resume_hwif() local787 irqd = hwif->irq; in ide_resume_hwif()788 if(irqd) in ide_resume_hwif()789 disable_irq(irqd); in ide_resume_hwif()804 if(irqd) in ide_resume_hwif()805 enable_irq(irqd); in ide_resume_hwif()