Lines Matching defs:offset
96 unsigned int offset, bool enable)
100 int port_mask = BIT(offset);
117 int offset;
128 for_each_set_bit(offset, &stat, 8)
130 offset));
133 for_each_set_bit(offset, &stat, 8)
135 offset));
218 int offset = d->irq & 7;
219 int port_mask = BIT(offset);
222 gc->direction_input(gc, offset);
248 if (gc->get(gc, offset))
307 static int ep93xx_gpio_set_config(struct gpio_chip *gc, unsigned offset,
316 ep93xx_gpio_int_debounce(gc, offset, debounce ? true : false);
321 static int ep93xx_gpio_f_to_irq(struct gpio_chip *gc, unsigned offset)
323 return EP93XX_GPIO_F_IRQ_BASE + offset;