Lines Matching defs:offset
105 * addr bit addr bit in out irq name pin offset
134 * addr bit addr bit in out irq name pin offset
162 * addr bit addr bit in out irq name pin offset
198 static int ts5500_gpio_input(struct gpio_chip *chip, unsigned offset)
201 const struct ts5500_dio line = priv->pinout[offset];
217 static int ts5500_gpio_get(struct gpio_chip *chip, unsigned offset)
220 const struct ts5500_dio line = priv->pinout[offset];
225 static int ts5500_gpio_output(struct gpio_chip *chip, unsigned offset, int val)
228 const struct ts5500_dio line = priv->pinout[offset];
247 static void ts5500_gpio_set(struct gpio_chip *chip, unsigned offset, int val)
250 const struct ts5500_dio line = priv->pinout[offset];
261 static int ts5500_gpio_to_irq(struct gpio_chip *chip, unsigned offset)
265 const struct ts5500_dio line = block[offset];