Searched refs:oldtype (Results 1 – 1 of 1) sorted by relevance
1617 unsigned int oldtype; in __setup_irq() local1631 oldtype = irqd_get_trigger_type(&desc->irq_data); in __setup_irq()1633 oldtype = new->flags & IRQF_TRIGGER_MASK; in __setup_irq()1634 irqd_set_trigger_type(&desc->irq_data, oldtype); in __setup_irq()1638 (oldtype != (new->flags & IRQF_TRIGGER_MASK)) || in __setup_irq()