fallingdetect      40 drivers/gpio/gpio-omap.c 	u32 fallingdetect;
fallingdetect     288 drivers/gpio/gpio-omap.c 	omap_gpio_rmw(base + bank->regs->fallingdetect, gpio_bit,
fallingdetect     297 drivers/gpio/gpio-omap.c 	bank->context.fallingdetect =
fallingdetect     298 drivers/gpio/gpio-omap.c 			readl_relaxed(bank->base + bank->regs->fallingdetect);
fallingdetect    1067 drivers/gpio/gpio-omap.c 	p->context.fallingdetect = readl_relaxed(base + regs->fallingdetect);
fallingdetect    1085 drivers/gpio/gpio-omap.c 	writel_relaxed(bank->context.fallingdetect, base + regs->fallingdetect);
fallingdetect    1111 drivers/gpio/gpio-omap.c 	mask = bank->enabled_non_wakeup_gpios & bank->context.fallingdetect;
fallingdetect    1117 drivers/gpio/gpio-omap.c 	mask &= ~bank->context.fallingdetect;
fallingdetect    1130 drivers/gpio/gpio-omap.c 		omap_gpio_rmw(base + bank->regs->fallingdetect, nowake, ~nowake);
fallingdetect    1176 drivers/gpio/gpio-omap.c 		writel_relaxed(bank->context.fallingdetect,
fallingdetect    1177 drivers/gpio/gpio-omap.c 			       bank->base + bank->regs->fallingdetect);
fallingdetect    1197 drivers/gpio/gpio-omap.c 	gen0 = l & bank->context.fallingdetect;
fallingdetect    1204 drivers/gpio/gpio-omap.c 	gen = l & (~(bank->context.fallingdetect) &
fallingdetect    1280 drivers/gpio/gpio-omap.c 	.fallingdetect =	OMAP24XX_GPIO_FALLINGDETECT,
fallingdetect    1305 drivers/gpio/gpio-omap.c 	.fallingdetect =	OMAP4_GPIO_FALLINGDETECT,
fallingdetect     171 include/linux/platform_data/gpio-omap.h 	u16 fallingdetect;