Home
last modified time | relevance | path

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

/u-boot/drivers/input/
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()
A Dtegra-kbc.c317 priv->matrix.key_count); in tegra_kbd_probe()
/u-boot/board/gdsys/a38x/
A Dkeyprogram.c19 u16 key_count; in flush_keys() local
30 key_count = get_unaligned_be16(buf); in flush_keys()
32 for (i = 0; i < key_count; ++i, ptr += 4) { in flush_keys()
A Dhre.c143 uint16_t key_count; in find_key() local
157 key_count = get_unaligned_be16(buf); in find_key()
159 for (i = 0; i < key_count; ++i, ptr += 4) in find_key()
163 for (i = 0; i < key_count; ++i) { in find_key()
/u-boot/include/
A Dkey_matrix.h18 int key_count; /* number of keys in the matrix (= rows * cols) */ member
/u-boot/tools/
A Dmxsimage.h53 uint16_t key_count; member
A Dmxsimage.c1349 hdr->key_count = 1; in sb_prefill_image_header()
1365 kd_size = hdr->key_count * sizeof(struct sb_key_dictionary_key); in sb_postfill_image_header()
1777 if (hdr->key_count != 1) in sb_verify_image_header()
1780 hdr->key_count); in sb_verify_image_header()
1785 sz += hdr->key_count * in sb_verify_image_header()
/u-boot/lib/
A Dtpm-v1.c840 u16 key_count; in tpm_find_key_sha1() local
854 key_count = get_unaligned_be16(buf); in tpm_find_key_sha1()
856 for (i = 0; i < key_count; ++i, ptr += 4) in tpm_find_key_sha1()
860 for (i = 0; i < key_count; ++i) { in tpm_find_key_sha1()
/u-boot/board/gdsys/p1022/
A Dcontrolcenterd-id.c308 uint16_t key_count; in find_key() local
322 key_count = get_unaligned_be16(buf); in find_key()
324 for (i = 0; i < key_count; ++i, ptr += 4) in find_key()
328 for (i = 0; i < key_count; ++i) { in find_key()

Completed in 18 milliseconds