Lines Matching defs:offset
30 #define DA9062_TYPE(offset) (4 * (offset % 2)) argument
31 #define DA9062_PIN_SHIFT(offset) (4 * (offset % 2)) argument
45 unsigned int offset) in da9062_pctl_get_pin_mode()
61 unsigned int offset, unsigned int mode_req) in da9062_pctl_set_pin_mode()
80 static int da9062_gpio_get(struct gpio_chip *gc, unsigned int offset) in da9062_gpio_get()
109 static void da9062_gpio_set(struct gpio_chip *gc, unsigned int offset, in da9062_gpio_set()
119 static int da9062_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in da9062_gpio_get_direction()
142 unsigned int offset) in da9062_gpio_direction_input()
169 unsigned int offset, int value) in da9062_gpio_direction_output()
184 static int da9062_gpio_set_config(struct gpio_chip *gc, unsigned int offset, in da9062_gpio_set_config()
230 static int da9062_gpio_to_irq(struct gpio_chip *gc, unsigned int offset) in da9062_gpio_to_irq()