Lines Matching defs:offset
98 unsigned int offset, bool enable)
102 int port_mask = BIT(offset);
119 int offset;
130 for_each_set_bit(offset, &stat, 8)
132 offset);
135 for_each_set_bit(offset, &stat, 8)
137 offset);
223 int offset = d->irq & 7;
224 int port_mask = BIT(offset);
227 gc->direction_input(gc, offset);
253 if (gc->get(gc, offset))
312 static int ep93xx_gpio_set_config(struct gpio_chip *gc, unsigned offset,
321 ep93xx_gpio_int_debounce(gc, offset, debounce ? true : false);