__irqd_to_state   243 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_SETAFFINITY_PENDING;
__irqd_to_state   248 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_PER_CPU;
__irqd_to_state   253 include/linux/irq.h 	return !(__irqd_to_state(d) & (IRQD_PER_CPU | IRQD_NO_BALANCING));
__irqd_to_state   258 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_AFFINITY_SET;
__irqd_to_state   263 include/linux/irq.h 	__irqd_to_state(d) |= IRQD_AFFINITY_SET;
__irqd_to_state   268 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_DEFAULT_TRIGGER_SET;
__irqd_to_state   273 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_TRIGGER_MASK;
__irqd_to_state   282 include/linux/irq.h 	__irqd_to_state(d) &= ~IRQD_TRIGGER_MASK;
__irqd_to_state   283 include/linux/irq.h 	__irqd_to_state(d) |= type & IRQD_TRIGGER_MASK;
__irqd_to_state   284 include/linux/irq.h 	__irqd_to_state(d) |= IRQD_DEFAULT_TRIGGER_SET;
__irqd_to_state   289 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_LEVEL;
__irqd_to_state   298 include/linux/irq.h 	__irqd_to_state(d) |= IRQD_SINGLE_TARGET;
__irqd_to_state   303 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_SINGLE_TARGET;
__irqd_to_state   308 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_WAKEUP_STATE;
__irqd_to_state   313 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_MOVE_PCNTXT;
__irqd_to_state   318 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_IRQ_DISABLED;
__irqd_to_state   323 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_IRQ_MASKED;
__irqd_to_state   328 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_IRQ_INPROGRESS;
__irqd_to_state   333 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_WAKEUP_ARMED;
__irqd_to_state   338 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_FORWARDED_TO_VCPU;
__irqd_to_state   343 include/linux/irq.h 	__irqd_to_state(d) |= IRQD_FORWARDED_TO_VCPU;
__irqd_to_state   348 include/linux/irq.h 	__irqd_to_state(d) &= ~IRQD_FORWARDED_TO_VCPU;
__irqd_to_state   353 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_AFFINITY_MANAGED;
__irqd_to_state   358 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_ACTIVATED;
__irqd_to_state   363 include/linux/irq.h 	__irqd_to_state(d) |= IRQD_ACTIVATED;
__irqd_to_state   368 include/linux/irq.h 	__irqd_to_state(d) &= ~IRQD_ACTIVATED;
__irqd_to_state   373 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_IRQ_STARTED;
__irqd_to_state   378 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_MANAGED_SHUTDOWN;
__irqd_to_state   383 include/linux/irq.h 	__irqd_to_state(d) |= IRQD_CAN_RESERVE;
__irqd_to_state   388 include/linux/irq.h 	__irqd_to_state(d) &= ~IRQD_CAN_RESERVE;
__irqd_to_state   393 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_CAN_RESERVE;
__irqd_to_state   398 include/linux/irq.h 	__irqd_to_state(d) |= IRQD_MSI_NOMASK_QUIRK;
__irqd_to_state   403 include/linux/irq.h 	__irqd_to_state(d) &= ~IRQD_MSI_NOMASK_QUIRK;
__irqd_to_state   408 include/linux/irq.h 	return __irqd_to_state(d) & IRQD_MSI_NOMASK_QUIRK;
__irqd_to_state   197 kernel/irq/internals.h 	return __irqd_to_state(d);
__irqd_to_state   205 kernel/irq/internals.h 	__irqd_to_state(d) |= IRQD_SETAFFINITY_PENDING;
__irqd_to_state   210 kernel/irq/internals.h 	__irqd_to_state(d) &= ~IRQD_SETAFFINITY_PENDING;
__irqd_to_state   215 kernel/irq/internals.h 	__irqd_to_state(d) |= IRQD_MANAGED_SHUTDOWN;
__irqd_to_state   220 kernel/irq/internals.h 	__irqd_to_state(d) &= ~IRQD_MANAGED_SHUTDOWN;
__irqd_to_state   225 kernel/irq/internals.h 	__irqd_to_state(d) &= ~mask;
__irqd_to_state   230 kernel/irq/internals.h 	__irqd_to_state(d) |= mask;
__irqd_to_state   235 kernel/irq/internals.h 	return __irqd_to_state(d) & mask;