Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sandbox/include/asm/
H A Dsdl.h54 int sandbox_sdl_key_pressed(int keycode);
97 static inline int sandbox_sdl_key_pressed(int keycode) in sandbox_sdl_key_pressed() function
/openbmc/u-boot/arch/sandbox/cpu/
H A Dsdl.c240 int sandbox_sdl_key_pressed(int keycode) in sandbox_sdl_key_pressed() function
/openbmc/u-boot/drivers/misc/
H A Dcros_ec_sandbox.c506 if (!sandbox_sdl_key_pressed(KEY_ESC)) { in cros_ec_check_keyboard()