Lines Matching defs:offset
87 static int gpio_shared_proxy_request(struct gpio_chip *gc, unsigned int offset) in gpio_shared_proxy_request()
102 static void gpio_shared_proxy_free(struct gpio_chip *gc, unsigned int offset) in gpio_shared_proxy_free()
125 unsigned int offset, unsigned long cfg) in gpio_shared_proxy_set_config()
153 unsigned int offset) in gpio_shared_proxy_direction_input()
183 unsigned int offset, int value) in gpio_shared_proxy_direction_output()
225 static int gpio_shared_proxy_get(struct gpio_chip *gc, unsigned int offset) in gpio_shared_proxy_get()
233 unsigned int offset) in gpio_shared_proxy_get_cansleep()
249 static int gpio_shared_proxy_set(struct gpio_chip *gc, unsigned int offset, in gpio_shared_proxy_set()
258 unsigned int offset, int value) in gpio_shared_proxy_set_cansleep()
266 unsigned int offset) in gpio_shared_proxy_get_direction()
273 static int gpio_shared_proxy_to_irq(struct gpio_chip *gc, unsigned int offset) in gpio_shared_proxy_to_irq()