Searched refs:IRQD_TRIGGER_MASK (Results 1 – 3 of 3) sorted by relevance
187 IRQD_TRIGGER_MASK = 0xf, enumerator228 return d->state_use_accessors & IRQD_TRIGGER_MASK; in irqd_get_trigger_type()236 d->state_use_accessors &= ~IRQD_TRIGGER_MASK; in irqd_set_trigger_type()237 d->state_use_accessors |= type & IRQD_TRIGGER_MASK; in irqd_set_trigger_type()
801 IRQD_TRIGGER_MASK | IRQD_LEVEL | IRQD_MOVE_PCNTXT); in irq_modify_status()
640 irqd_clear(&desc->irq_data, IRQD_TRIGGER_MASK); in __irq_set_trigger()