int_polarity      107 drivers/gpio/gpio-zynq.c 	u32 int_polarity[ZYNQMP_GPIO_MAX_BANK];
int_polarity      670 drivers/gpio/gpio-zynq.c 		gpio->context.int_polarity[bank_num] =
int_polarity      698 drivers/gpio/gpio-zynq.c 		writel_relaxed(gpio->context.int_polarity[bank_num],
int_polarity      186 drivers/gpu/drm/amd/display/dc/irq_types.h #define DC_DECODE_INTERRUPT_POLARITY(int_polarity) \
int_polarity      187 drivers/gpu/drm/amd/display/dc/irq_types.h 	(int_polarity == INTERRUPT_POLARITY_LOW) ? "Low" : \
int_polarity      188 drivers/gpu/drm/amd/display/dc/irq_types.h 	(int_polarity == INTERRUPT_POLARITY_HIGH) ? "High" : \
int_polarity      189 drivers/gpu/drm/amd/display/dc/irq_types.h 	(int_polarity == INTERRUPT_POLARITY_BOTH) ? "Both" : "Invalid"