Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-omap.c45 u32 fallingdetect; member
307 omap_gpio_rmw(base, bank->regs->fallingdetect, gpio_bit, in omap_set_gpio_trigger()
316 bank->context.fallingdetect = in omap_set_gpio_trigger()
317 readl_relaxed(bank->base + bank->regs->fallingdetect); in omap_set_gpio_trigger()
1316 writel_relaxed(wake_low | bank->context.fallingdetect, in omap_gpio_runtime_suspend()
1317 bank->base + bank->regs->fallingdetect); in omap_gpio_runtime_suspend()
1337 l1 = bank->context.fallingdetect; in omap_gpio_runtime_suspend()
1343 writel_relaxed(l1, bank->base + bank->regs->fallingdetect); in omap_gpio_runtime_suspend()
1392 writel_relaxed(bank->context.fallingdetect, in omap_gpio_runtime_resume()
1393 bank->base + bank->regs->fallingdetect); in omap_gpio_runtime_resume()
[all …]
/linux-4.4.14/arch/arm/mach-omap2/
Dgpio.c99 pdata->regs->fallingdetect = OMAP24XX_GPIO_FALLINGDETECT; in omap2_gpio_dev_init()
123 pdata->regs->fallingdetect = OMAP4_GPIO_FALLINGDETECT; in omap2_gpio_dev_init()
/linux-4.4.14/include/linux/platform_data/
Dgpio-omap.h187 u16 fallingdetect; member