Lines Matching +defs:val +defs:offset
15 #define GPIO_REG_ADDR(offset) (MAX77620_REG_GPIO0 + offset) argument
29 unsigned int value, offset; in max77620_gpio_irqhandler() local
110 unsigned int value, offset = data->hwirq; in max77620_gpio_bus_sync_unlock() local
135 static int max77620_gpio_dir_input(struct gpio_chip *gc, unsigned int offset) in max77620_gpio_dir_input()
149 static int max77620_gpio_get(struct gpio_chip *gc, unsigned int offset) in max77620_gpio_get()
152 unsigned int val; in max77620_gpio_get() local
167 static int max77620_gpio_dir_output(struct gpio_chip *gc, unsigned int offset, in max77620_gpio_dir_output()
171 u8 val; in max77620_gpio_dir_output() local
194 unsigned int offset, in max77620_gpio_set_debounce()
197 u8 val; in max77620_gpio_set_debounce() local
226 static void max77620_gpio_set(struct gpio_chip *gc, unsigned int offset, in max77620_gpio_set()
230 u8 val; in max77620_gpio_set() local
242 static int max77620_gpio_set_config(struct gpio_chip *gc, unsigned int offset, in max77620_gpio_set_config()