Searched refs:sandbox_gpio (Results 1 - 2 of 2) sorted by relevance

/u-boot/tools/dtoc/test/
H A Ddtoc_test_scan_drivers.cxx2 U_BOOT_DRIVER(sandbox_gpio) {
5 DM_DRIVER_ALIAS(sandbox_gpio, sandbox_gpio_alias2)
/u-boot/drivers/gpio/
H A Dsandbox.c34 printf("sandbox_gpio: error: invalid gpio %u\n", offset);
81 debug("sandbox_gpio: get_value on output gpio %u\n", offset);
180 printf("sandbox_gpio: error: set_value on input gpio %u\n",
368 U_BOOT_DRIVER(sandbox_gpio) = { variable
369 .name = "sandbox_gpio",
379 DM_DRIVER_ALIAS(sandbox_gpio, sandbox_gpio_alias)

Completed in 97 milliseconds