Home
last modified time | relevance | path

Searched refs:IRQD_TRIGGER_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dirq.h187 IRQD_TRIGGER_MASK = 0xf, enumerator
228 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()
/linux-4.1.27/kernel/irq/
Dchip.c801 IRQD_TRIGGER_MASK | IRQD_LEVEL | IRQD_MOVE_PCNTXT); in irq_modify_status()
Dmanage.c640 irqd_clear(&desc->irq_data, IRQD_TRIGGER_MASK); in __irq_set_trigger()