Searched refs:num_keys (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | cros_ec_keyb.c | 54 int num_keys; in check_for_keys() local 71 for (col = num_keys = bit = 0; col < priv->matrix.num_cols; in check_for_keys() 77 if ((data & mask) && num_keys < max_count) { in check_for_keys() 78 key = keys + num_keys++; in check_for_keys() 87 return num_keys; in check_for_keys() 107 int num_keys, num_keycodes; in cros_ec_kbc_check() local 123 num_keys = check_for_keys(dev, keys, KBC_MAX_KEYS, in cros_ec_kbc_check() 125 if (num_keys < 0) in cros_ec_kbc_check() 127 last_num_keys = num_keys; in cros_ec_kbc_check() 134 num_keys = last_num_keys; in cros_ec_kbc_check() [all …]
|
| H A D | key_matrix.c | 56 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()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | key_matrix.h | 58 int num_keys, int keycode[], int max_keycodes);
|
| H A D | fsl_validate.h | 173 uint32_t num_keys; member
|
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | fsl_validate.c | 302 if (ie_info->num_keys == 0 || ie_info->num_keys > 32) in read_validate_ie_tbl() 306 if (ie_num == 0 || ie_num > ie_info->num_keys) in read_validate_ie_tbl()
|
| /rk3399_rockchip-uboot/cmd/mvebu/ |
| H A D | bubt.c | 69 u32 num_keys; member
|