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

/u-boot/arch/sandbox/include/asm/
H A Dsdl.h53 * @max_keys: Size of array
56 int sandbox_sdl_scan_keys(int key[], int max_keys);
124 static inline int sandbox_sdl_scan_keys(int key[], int max_keys) argument
/u-boot/arch/sandbox/cpu/
H A Dsdl.c406 int sandbox_sdl_scan_keys(int key[], int max_keys) argument
415 if (count < max_keys && keystate[i]) {

Completed in 88 milliseconds