Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/input/
H A Dcros_ec_keyb.c51 int num_keys; in check_for_keys() local
68 for (col = num_keys = bit = 0; col < priv->matrix.num_cols; in check_for_keys()
74 if ((data & mask) && num_keys < max_count) { in check_for_keys()
75 key = keys + num_keys++; in check_for_keys()
84 return num_keys; in check_for_keys()
104 int num_keys, num_keycodes; in cros_ec_kbc_check() local
120 num_keys = check_for_keys(dev, keys, KBC_MAX_KEYS, in cros_ec_kbc_check()
122 if (num_keys < 0) in cros_ec_kbc_check()
124 last_num_keys = num_keys; in cros_ec_kbc_check()
131 num_keys = last_num_keys; in cros_ec_kbc_check()
[all …]
H A Dkey_matrix.c55 int num_keys, int keycode[], int max_keycodes) in key_matrix_decode() argument
61 debug("%s: num_keys = %d\n", __func__, num_keys); in key_matrix_decode()
63 for (valid = upto = 0; upto < num_keys; upto++) { in key_matrix_decode()
/openbmc/u-boot/include/
H A Dkey_matrix.h57 int num_keys, int keycode[], int max_keycodes);
H A Dfsl_validate.h172 uint32_t num_keys; member
/openbmc/qemu/ui/
H A Dinput-linux.c54 int num_keys; member
291 if (il->num_keys) { in input_linux_event()
389 il->num_keys++; in input_linux_complete()
/openbmc/u-boot/board/freescale/common/
H A Dfsl_validate.c301 if (ie_info->num_keys == 0 || ie_info->num_keys > 32) in read_validate_ie_tbl()
305 if (ie_num == 0 || ie_num > ie_info->num_keys) in read_validate_ie_tbl()
/openbmc/openbmc-test-automation/redfish/extended/
H A Dredfish_bmc_code_update.robot199 ${num_keys}= Get Length ${software_inventory_record}
205 IF not ${num_keys} RETURN
/openbmc/u-boot/cmd/mvebu/
H A Dbubt.c68 u32 num_keys; member