Home
last modified time | relevance | path

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

/u-boot/arch/sandbox/include/asm/
A Dgpio.h62 int sandbox_gpio_set_direction(struct udevice *dev, unsigned int offset,
/u-boot/drivers/gpio/
A Dsandbox.c83 int sandbox_gpio_set_direction(struct udevice *dev, unsigned offset, int output) in sandbox_gpio_set_direction() function
113 return sandbox_gpio_set_direction(dev, offset, 0); in sb_gpio_direction_input()
122 return sandbox_gpio_set_direction(dev, offset, 1) | in sb_gpio_direction_output()
/u-boot/test/dm/
A Dgpio.c60 sandbox_gpio_set_direction(dev, offset, 1); in dm_test_gpio()
271 sandbox_gpio_set_direction(dev, offset, 1); in dm_test_gpio_requestf()
290 sandbox_gpio_set_direction(dev, offset, 1); in dm_test_gpio_copy()

Completed in 6 milliseconds