Searched refs:set_gpio_flag (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/gpio/
H A Dsandbox.c58 static int set_gpio_flag(struct udevice *dev, unsigned int offset, ulong flag, function
99 set_gpio_flag(dev, offset, GPIOD_EXT_DRIVEN | GPIOD_EXT_HIGH, value);
111 set_gpio_flag(dev, offset, GPIOD_IS_OUT, output);
112 set_gpio_flag(dev, offset, GPIOD_IS_IN, !output);
156 ret = set_gpio_flag(dev, offset, GPIOD_IS_OUT_ACTIVE |
185 ret = set_gpio_flag(dev, offset, GPIOD_IS_OUT_ACTIVE |

Completed in 106 milliseconds