Home
last modified time | relevance | path

Searched refs:key_count (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/drivers/input/
H A Dkey_matrix.c115 map = (uchar *)calloc(1, config->key_count); in create_keymap()
118 config->key_count); in create_keymap()
185 config->key_count = rows * cols; in key_matrix_init()
187 assert(config->key_count > 0); in key_matrix_init()
H A Dtegra-kbc.c318 priv->matrix.key_count); in tegra_kbd_probe()
/rk3399_rockchip-uboot/board/gdsys/a38x/
H A Dkeyprogram.c18 u16 key_count; in flush_keys() local
28 key_count = get_unaligned_be16(buf); in flush_keys()
30 for (i = 0; i < key_count; ++i, ptr += 4) { in flush_keys()
H A Dhre.c140 uint16_t key_count; in find_key() local
153 key_count = get_unaligned_be16(buf); in find_key()
155 for (i = 0; i < key_count; ++i, ptr += 4) in find_key()
159 for (i = 0; i < key_count; ++i) { in find_key()
/rk3399_rockchip-uboot/include/
H A Dkey_matrix.h19 int key_count; /* number of keys in the matrix (= rows * cols) */ member
/rk3399_rockchip-uboot/tools/
H A Dmxsimage.h54 uint16_t key_count; member
H A Dmxsimage.c1348 hdr->key_count = 1; in sb_prefill_image_header()
1364 kd_size = hdr->key_count * sizeof(struct sb_key_dictionary_key); in sb_postfill_image_header()
1776 if (hdr->key_count != 1) in sb_verify_image_header()
1779 hdr->key_count); in sb_verify_image_header()
1784 sz += hdr->key_count * in sb_verify_image_header()
/rk3399_rockchip-uboot/lib/
H A Dtpm.c1015 uint16_t key_count; in tpm_find_key_sha1() local
1028 key_count = get_unaligned_be16(buf); in tpm_find_key_sha1()
1030 for (i = 0; i < key_count; ++i, ptr += 4) in tpm_find_key_sha1()
1034 for (i = 0; i < key_count; ++i) { in tpm_find_key_sha1()
/rk3399_rockchip-uboot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c288 uint16_t key_count; in find_key() local
301 key_count = get_unaligned_be16(buf); in find_key()
303 for (i = 0; i < key_count; ++i, ptr += 4) in find_key()
307 for (i = 0; i < key_count; ++i) { in find_key()