Searched refs:sandbox_gpio_set_direction (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | sandbox.c | 90 int sandbox_gpio_set_direction(struct udevice *dev, unsigned offset, int output) in sandbox_gpio_set_direction() function 104 return sandbox_gpio_set_direction(dev, offset, 0); in sb_gpio_direction_input() 113 return sandbox_gpio_set_direction(dev, offset, 1) | in sb_gpio_direction_output()
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | gpio.c | 57 sandbox_gpio_set_direction(dev, offset, 1); in dm_test_gpio() 143 sandbox_gpio_set_direction(dev, offset, 1); in dm_test_gpio_requestf() 162 sandbox_gpio_set_direction(dev, offset, 1); in dm_test_gpio_copy()
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/ |
| H A D | gpio.h | 82 int sandbox_gpio_set_direction(struct udevice *dev, unsigned int offset,
|