Searched refs:IRQD_TRIGGER_MASK (Results 1 – 4 of 4) sorted by relevance
224 IRQD_TRIGGER_MASK = 0xf, enumerator283 return __irqd_to_state(d) & IRQD_TRIGGER_MASK; in irqd_get_trigger_type()292 __irqd_to_state(d) &= ~IRQD_TRIGGER_MASK; in irqd_set_trigger_type()293 __irqd_to_state(d) |= type & IRQD_TRIGGER_MASK; in irqd_set_trigger_type()
281 rc = request_irq(r->start, opal_interrupt, r->flags & IRQD_TRIGGER_MASK, in opal_event_init()
1070 IRQD_TRIGGER_MASK | IRQD_LEVEL); in irq_modify_status()
991 irqd_clear(&desc->irq_data, IRQD_TRIGGER_MASK); in __irq_set_trigger()