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

/u-boot/arch/sandbox/include/asm/
H A Dgpio.h71 int sandbox_gpio_set_direction(struct udevice *dev, unsigned int offset,
/u-boot/test/dm/
H A Dreboot-mode.c30 sandbox_gpio_set_direction(gpio_dev, gpio0_offset, 0);
31 sandbox_gpio_set_direction(gpio_dev, gpio1_offset, 0);
H A Dgpio.c60 sandbox_gpio_set_direction(dev, offset, 1);
281 sandbox_gpio_set_direction(dev, offset, 1);
300 sandbox_gpio_set_direction(dev, offset, 1);
/u-boot/drivers/gpio/
H A Dsandbox.c109 int sandbox_gpio_set_direction(struct udevice *dev, unsigned offset, int output) function
142 return sandbox_gpio_set_direction(dev, offset, 0);
153 ret = sandbox_gpio_set_direction(dev, offset, 1);

Completed in 47 milliseconds