Searched refs:oldtype (Results 1 – 1 of 1) sorted by relevance
1625 unsigned int oldtype; in __setup_irq() local1639 oldtype = irqd_get_trigger_type(&desc->irq_data); in __setup_irq()1641 oldtype = new->flags & IRQF_TRIGGER_MASK; in __setup_irq()1642 irqd_set_trigger_type(&desc->irq_data, oldtype); in __setup_irq()1646 (oldtype != (new->flags & IRQF_TRIGGER_MASK)) || in __setup_irq()