Searched refs:oldtype (Results 1 – 1 of 1) sorted by relevance
1601 unsigned int oldtype; in __setup_irq() local1622 oldtype = irqd_get_trigger_type(&desc->irq_data); in __setup_irq()1624 oldtype = new->flags & IRQF_TRIGGER_MASK; in __setup_irq()1625 irqd_set_trigger_type(&desc->irq_data, oldtype); in __setup_irq()1629 (oldtype != (new->flags & IRQF_TRIGGER_MASK))) in __setup_irq()