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

/u-boot/include/
H A Dkey_matrix.h50 * @param num_keys Number of keys to process
56 int num_keys, int keycode[], int max_keycodes);
H A Dfsl_validate.h173 uint32_t num_keys; member in struct:ie_key_info
/u-boot/drivers/input/
H A Dcros_ec_keyb.c54 int num_keys; local
89 for (col = num_keys = bit = 0; col < priv->matrix.num_cols;
95 if ((data & mask) && num_keys < max_count) {
96 key = keys + num_keys++;
105 return num_keys;
125 int num_keys, num_keycodes; local
141 num_keys = check_for_keys(dev, keys, KBC_MAX_KEYS,
143 if (num_keys < 0)
145 last_num_keys = num_keys;
152 num_keys
[all...]
H A Dkey_matrix.c56 int num_keys, int keycode[], int max_keycodes)
62 debug("%s: num_keys = %d\n", __func__, num_keys);
64 for (valid = upto = 0; upto < num_keys; upto++) {
55 key_matrix_decode(struct key_matrix *config, struct key_matrix_key keys[], int num_keys, int keycode[], int max_keycodes) argument
/u-boot/arch/sandbox/cpu/
H A Dsdl.c409 int num_keys; local
413 keystate = SDL_GetKeyboardState(&num_keys);
414 for (i = count = 0; i < num_keys; i++) {
/u-boot/board/freescale/common/
H A Dfsl_validate.c306 if (ie_info->num_keys == 0 || ie_info->num_keys > 32)
310 if (ie_num == 0 || ie_num > ie_info->num_keys)
/u-boot/cmd/mvebu/
H A Dbubt.c86 u32 num_keys; member in struct:common_tim_data

Completed in 75 milliseconds