Home
last modified time | relevance | path

Searched refs:num_keys (Results 1 – 7 of 7) sorted by relevance

/u-boot/drivers/input/
A Dcros_ec_keyb.c54 int num_keys; in check_for_keys() local
95 if ((data & mask) && num_keys < max_count) { in check_for_keys()
96 key = keys + num_keys++; in check_for_keys()
105 return num_keys; in check_for_keys()
125 int num_keys, num_keycodes; in cros_ec_kbc_check() local
141 num_keys = check_for_keys(dev, keys, KBC_MAX_KEYS, in cros_ec_kbc_check()
143 if (num_keys < 0) in cros_ec_kbc_check()
145 last_num_keys = num_keys; in cros_ec_kbc_check()
152 num_keys = last_num_keys; in cros_ec_kbc_check()
156 if (num_keys < 0) in cros_ec_kbc_check()
[all …]
A Dkey_matrix.c56 int num_keys, int keycode[], int max_keycodes) in key_matrix_decode() argument
62 debug("%s: num_keys = %d\n", __func__, num_keys); in key_matrix_decode()
64 for (valid = upto = 0; upto < num_keys; upto++) { in key_matrix_decode()
/u-boot/include/
A Dkey_matrix.h57 int num_keys, int keycode[], int max_keycodes);
A Dfsl_validate.h173 uint32_t num_keys; member
/u-boot/arch/sandbox/cpu/
A Dsdl.c308 int num_keys; in sandbox_sdl_scan_keys() local
312 keystate = SDL_GetKeyboardState(&num_keys); in sandbox_sdl_scan_keys()
313 for (i = count = 0; i < num_keys; i++) { in sandbox_sdl_scan_keys()
/u-boot/board/freescale/common/
A Dfsl_validate.c303 if (ie_info->num_keys == 0 || ie_info->num_keys > 32) in read_validate_ie_tbl()
307 if (ie_num == 0 || ie_num > ie_info->num_keys) in read_validate_ie_tbl()
/u-boot/cmd/mvebu/
A Dbubt.c68 u32 num_keys; member

Completed in 10 milliseconds