Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-tps65219.c70 static void tps65219_gpio_set(struct gpio_chip *gc, unsigned int offset, int value) in tps65219_gpio_set() function
135 tps65219_gpio_set(gc, offset, value); in tps65219_gpio_direction_output()
152 .set = tps65219_gpio_set,