Lines Matching defs:gpio
138 static int bgpio_get_set(struct gpio_chip *gc, unsigned int gpio) in bgpio_get_set()
149 static int bgpio_get(struct gpio_chip *gc, unsigned int gpio) in bgpio_get()
156 static void bgpio_set_none(struct gpio_chip *gc, unsigned int gpio, int val) in bgpio_set_none()
160 static void bgpio_set(struct gpio_chip *gc, unsigned int gpio, int val) in bgpio_set()
178 static void bgpio_set_with_clear(struct gpio_chip *gc, unsigned int gpio, in bgpio_set_with_clear()
190 static void bgpio_set_set(struct gpio_chip *gc, unsigned int gpio, int val) in bgpio_set_set()
281 static int bgpio_simple_dir_in(struct gpio_chip *gc, unsigned int gpio) in bgpio_simple_dir_in()
286 static int bgpio_dir_out_err(struct gpio_chip *gc, unsigned int gpio, in bgpio_dir_out_err()
292 static int bgpio_simple_dir_out(struct gpio_chip *gc, unsigned int gpio, in bgpio_simple_dir_out()
300 static int bgpio_dir_in(struct gpio_chip *gc, unsigned int gpio) in bgpio_dir_in()
315 static int bgpio_get_dir(struct gpio_chip *gc, unsigned int gpio) in bgpio_get_dir()
323 static int bgpio_dir_out(struct gpio_chip *gc, unsigned int gpio, int val) in bgpio_dir_out()
340 static int bgpio_dir_in_inv(struct gpio_chip *gc, unsigned int gpio) in bgpio_dir_in_inv()
355 static int bgpio_dir_out_inv(struct gpio_chip *gc, unsigned int gpio, int val) in bgpio_dir_out_inv()
372 static int bgpio_get_dir_inv(struct gpio_chip *gc, unsigned int gpio) in bgpio_get_dir_inv()