Home
last modified time | relevance | path

Searched refs:edge_falling (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-nomadik.c123 if (nmk_chip->edge_falling & BIT(offset)) { in __nmk_gpio_irq_modify()
244 nmk_chip->edge_falling &= ~BIT(d->hwirq); in nmk_gpio_irq_set_type()
246 nmk_chip->edge_falling |= BIT(d->hwirq); in nmk_gpio_irq_set_type()
463 else if (nmk_chip->edge_falling & BIT(offset)) in nmk_gpio_dbg_show_one()
/linux/include/linux/gpio/
H A Dgpio-nomadik.h65 u32 edge_falling; member