Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-tps65219.c18 #define TPS65219_GPIO_DIR_IN 1 macro
127 if (tps65219_gpio_get_direction(gc, offset) == TPS65219_GPIO_DIR_IN) in tps65219_gpio_direction_input()
130 return tps65219_gpio_change_direction(gc, offset, TPS65219_GPIO_DIR_IN); in tps65219_gpio_direction_input()