Searched refs:oldtype (Results 1 – 1 of 1) sorted by relevance
1406 unsigned int oldtype; in __setup_irq() local1420 oldtype = irqd_get_trigger_type(&desc->irq_data); in __setup_irq()1422 oldtype = new->flags & IRQF_TRIGGER_MASK; in __setup_irq()1423 irqd_set_trigger_type(&desc->irq_data, oldtype); in __setup_irq()1427 (oldtype != (new->flags & IRQF_TRIGGER_MASK)) || in __setup_irq()