Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dsandbox.c88 int sandbox_gpio_set_direction(struct udevice *dev, unsigned offset, int output) in sandbox_gpio_set_direction() function
102 return sandbox_gpio_set_direction(dev, offset, 0); in sb_gpio_direction_input()
111 return sandbox_gpio_set_direction(dev, offset, 1) | in sb_gpio_direction_output()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dgpio.h82 int sandbox_gpio_set_direction(struct udevice *dev, unsigned int offset,
/openbmc/u-boot/test/dm/
H A Dgpio.c54 sandbox_gpio_set_direction(dev, offset, 1); in dm_test_gpio()
140 sandbox_gpio_set_direction(dev, offset, 1); in dm_test_gpio_requestf()
159 sandbox_gpio_set_direction(dev, offset, 1); in dm_test_gpio_copy()