Searched refs:tps65219_gpio_get_direction (Results 1 – 1 of 1) sorted by relevance
26 static int tps65219_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in tps65219_gpio_get_direction() function64 if (tps65219_gpio_get_direction(gc, offset) == TPS65219_GPIO_DIR_OUT) in tps65219_gpio_get()127 if (tps65219_gpio_get_direction(gc, offset) == TPS65219_GPIO_DIR_IN) in tps65219_gpio_direction_input()139 if (tps65219_gpio_get_direction(gc, offset) == TPS65219_GPIO_DIR_OUT) in tps65219_gpio_direction_output()148 .get_direction = tps65219_gpio_get_direction,