Home
last modified time | relevance | path

Searched refs:tps65219_gpio_get_direction (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-tps65219.c52 static int tps65219_gpio_get_direction(struct gpio_chip *gc, unsigned int offset) in tps65219_gpio_get_direction() function
90 if (tps65219_gpio_get_direction(gc, offset) == GPIO_LINE_DIRECTION_OUT) in tps65219_gpio_get()
179 if (tps65219_gpio_get_direction(gc, offset) == GPIO_LINE_DIRECTION_IN) in tps65219_gpio_direction_input()
193 if (tps65219_gpio_get_direction(gc, offset) == GPIO_LINE_DIRECTION_OUT) in tps65219_gpio_direction_output()
215 .get_direction = tps65219_gpio_get_direction,