Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dsandbox.c83 int sandbox_gpio_get_direction(struct udevice *dev, unsigned offset) in sandbox_gpio_get_direction() function
128 if (!sandbox_gpio_get_direction(dev, offset)) { in sb_gpio_set_value()
150 if (!sandbox_gpio_get_direction(dev, offset)) { in sb_gpio_set_open_drain()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dgpio.h72 int sandbox_gpio_get_direction(struct udevice *dev, unsigned int offset);