Lines Matching defs:offset
31 #define DA9062_TYPE(offset) (4 * (offset % 2)) argument
32 #define DA9062_PIN_SHIFT(offset) (4 * (offset % 2)) argument
46 unsigned int offset) in da9062_pctl_get_pin_mode()
62 unsigned int offset, unsigned int mode_req) in da9062_pctl_set_pin_mode()
81 static int da9062_gpio_get(struct gpio_chip *gc, unsigned int offset) in da9062_gpio_get()
110 static void da9062_gpio_set(struct gpio_chip *gc, unsigned int offset, in da9062_gpio_set()
120 static int da9062_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in da9062_gpio_get_direction()
143 unsigned int offset) in da9062_gpio_direction_input()
170 unsigned int offset, int value) in da9062_gpio_direction_output()
185 static int da9062_gpio_set_config(struct gpio_chip *gc, unsigned int offset, in da9062_gpio_set_config()
231 static int da9062_gpio_to_irq(struct gpio_chip *gc, unsigned int offset) in da9062_gpio_to_irq()