Home
last modified time | relevance | path

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

/openbmc/linux/drivers/leds/
H A Dleds-pca9532.c280 static void pca9532_gpio_set_value(struct gpio_chip *gc, unsigned offset, int val) in pca9532_gpio_set_value() function
306 pca9532_gpio_set_value(gc, offset, 0); in pca9532_gpio_direction_input()
313 pca9532_gpio_set_value(gc, offset, val); in pca9532_gpio_direction_output()
431 data->gpio.set = pca9532_gpio_set_value; in pca9532_configure()