Lines Matching defs:offset
26 #define DA9062_TYPE(offset) (4 * (offset % 2)) argument
27 #define DA9062_PIN_SHIFT(offset) (4 * (offset % 2)) argument
41 unsigned int offset) in da9062_pctl_get_pin_mode()
57 unsigned int offset, unsigned int mode_req) in da9062_pctl_set_pin_mode()
76 static int da9062_gpio_get(struct gpio_chip *gc, unsigned int offset) in da9062_gpio_get()
105 static void da9062_gpio_set(struct gpio_chip *gc, unsigned int offset, in da9062_gpio_set()
115 static int da9062_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in da9062_gpio_get_direction()
138 unsigned int offset) in da9062_gpio_direction_input()
165 unsigned int offset, int value) in da9062_gpio_direction_output()
180 static int da9062_gpio_set_config(struct gpio_chip *gc, unsigned int offset, in da9062_gpio_set_config()
226 static int da9062_gpio_to_irq(struct gpio_chip *gc, unsigned int offset) in da9062_gpio_to_irq()