Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dpca953x_gpio.c177 static int pca953x_set_value(struct udevice *dev, uint offset, int value) in pca953x_set_value() function
229 pca953x_set_value(dev, offset, value); in pca953x_direction_output()
258 .set_value = pca953x_set_value,