Searched refs:both_edges (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpio-ath79.c34 unsigned long both_edges; member in struct:ath79_gpio_ctrl
148 ctrl->both_edges |= mask;
151 ctrl->both_edges &= ~mask;
193 u32 both_edges, state; local
203 both_edges = ctrl->both_edges & pending;
204 if (both_edges) {
207 both_edges, ~state);
H A Dgpio-mxs.c54 u32 both_edges; member in struct:mxs_gpio_port
78 port->both_edges &= ~pin_mask;
86 port->both_edges |= pin_mask;
156 if (port->both_edges & (1 << irqoffset))
H A Dgpio-mxc.c69 u32 both_edges; member in struct:mxc_gpio_port
170 port->both_edges &= ~(1 << gpio_idx);
190 port->both_edges |= 1 << gpio_idx;
267 if (port->both_edges & (1 << irqoffset))
/linux-master/drivers/pinctrl/nuvoton/
H A Dpinctrl-wpcm450.c62 unsigned long both_edges; member in struct:wpcm450_pinctrl
256 __assign_bit(bit, &pctrl->both_edges, 0);
276 __assign_bit(bit, &pctrl->both_edges, 1);
325 if (pending & pctrl->both_edges)
326 wpcm450_gpio_fix_evpol(gpio, pending & pctrl->both_edges);

Completed in 198 milliseconds