Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-ath79.c34 unsigned long both_edges; member
143 ctrl->both_edges |= mask; in ath79_gpio_irq_set_type()
146 ctrl->both_edges &= ~mask; in ath79_gpio_irq_set_type()
187 u32 both_edges, state; in ath79_gpio_irq_handler() local
196 both_edges = ctrl->both_edges & pending; in ath79_gpio_irq_handler()
197 if (both_edges) { in ath79_gpio_irq_handler()
200 both_edges, ~state); in ath79_gpio_irq_handler()
/linux/drivers/pinctrl/nuvoton/
H A Dpinctrl-wpcm450.c62 unsigned long both_edges; member
257 __assign_bit(bit, &pctrl->both_edges, 0); in wpcm450_gpio_set_irq_type()
277 __assign_bit(bit, &pctrl->both_edges, 1); in wpcm450_gpio_set_irq_type()
326 if (pending & pctrl->both_edges) in wpcm450_gpio_irqhandler()
327 wpcm450_gpio_fix_evpol(gpio, pending & pctrl->both_edges); in wpcm450_gpio_irqhandler()