both_edges 33 drivers/gpio/gpio-ath79.c unsigned long both_edges; both_edges 144 drivers/gpio/gpio-ath79.c ctrl->both_edges |= mask; both_edges 147 drivers/gpio/gpio-ath79.c ctrl->both_edges &= ~mask; both_edges 187 drivers/gpio/gpio-ath79.c u32 both_edges, state; both_edges 197 drivers/gpio/gpio-ath79.c both_edges = ctrl->both_edges & pending; both_edges 198 drivers/gpio/gpio-ath79.c if (both_edges) { both_edges 201 drivers/gpio/gpio-ath79.c both_edges, ~state); both_edges 67 drivers/gpio/gpio-mxc.c u32 both_edges; both_edges 180 drivers/gpio/gpio-mxc.c port->both_edges &= ~(1 << gpio_idx); both_edges 200 drivers/gpio/gpio-mxc.c port->both_edges |= 1 << gpio_idx; both_edges 266 drivers/gpio/gpio-mxc.c if (port->both_edges & (1 << irqoffset)) both_edges 55 drivers/gpio/gpio-mxs.c u32 both_edges; both_edges 84 drivers/gpio/gpio-mxs.c port->both_edges &= ~pin_mask; both_edges 92 drivers/gpio/gpio-mxs.c port->both_edges |= pin_mask; both_edges 162 drivers/gpio/gpio-mxs.c if (port->both_edges & (1 << irqoffset))