IRQD_TRIGGER_MASK  220 include/linux/irq.h 	return d->state_use_accessors & IRQD_TRIGGER_MASK;
IRQD_TRIGGER_MASK  228 include/linux/irq.h 	d->state_use_accessors &= ~IRQD_TRIGGER_MASK;
IRQD_TRIGGER_MASK  229 include/linux/irq.h 	d->state_use_accessors |= type & IRQD_TRIGGER_MASK;