Lines Matching defs:gpio
140 static int bgpio_get_set(struct gpio_chip *gc, unsigned int gpio) in bgpio_get_set()
150 static int bgpio_get(struct gpio_chip *gc, unsigned int gpio) in bgpio_get()
155 static void bgpio_set_none(struct gpio_chip *gc, unsigned int gpio, int val) in bgpio_set_none()
159 static void bgpio_set(struct gpio_chip *gc, unsigned int gpio, int val) in bgpio_set()
176 static void bgpio_set_with_clear(struct gpio_chip *gc, unsigned int gpio, in bgpio_set_with_clear()
187 static void bgpio_set_set(struct gpio_chip *gc, unsigned int gpio, int val) in bgpio_set_set()
272 static int bgpio_simple_dir_in(struct gpio_chip *gc, unsigned int gpio) in bgpio_simple_dir_in()
277 static int bgpio_dir_out_err(struct gpio_chip *gc, unsigned int gpio, in bgpio_dir_out_err()
283 static int bgpio_simple_dir_out(struct gpio_chip *gc, unsigned int gpio, in bgpio_simple_dir_out()
291 static int bgpio_dir_in(struct gpio_chip *gc, unsigned int gpio) in bgpio_dir_in()
305 static int bgpio_get_dir(struct gpio_chip *gc, unsigned int gpio) in bgpio_get_dir()
311 static int bgpio_dir_out(struct gpio_chip *gc, unsigned int gpio, int val) in bgpio_dir_out()
327 static int bgpio_dir_in_inv(struct gpio_chip *gc, unsigned int gpio) in bgpio_dir_in_inv()
341 static int bgpio_dir_out_inv(struct gpio_chip *gc, unsigned int gpio, int val) in bgpio_dir_out_inv()
357 static int bgpio_get_dir_inv(struct gpio_chip *gc, unsigned int gpio) in bgpio_get_dir_inv()