Home
last modified time | relevance | path

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

/external/u-boot/drivers/gpio/
Dpca953x_gpio.c180 static int pca953x_set_direction(struct udevice *dev, uint offset, int dir) in pca953x_set_direction() function
204 return pca953x_set_direction(dev, offset, PCA953X_DIRECTION_IN); in pca953x_direction_input()
213 pca953x_set_direction(dev, offset, PCA953X_DIRECTION_OUT); in pca953x_direction_output()