Searched refs:key_count (Results 1 – 9 of 9) sorted by relevance
115 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()
318 priv->matrix.key_count); in tegra_kbd_probe()
18 u16 key_count; in flush_keys() local28 key_count = get_unaligned_be16(buf); in flush_keys()30 for (i = 0; i < key_count; ++i, ptr += 4) { in flush_keys()
140 uint16_t key_count; in find_key() local153 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()
19 int key_count; /* number of keys in the matrix (= rows * cols) */ member
54 uint16_t key_count; member
1348 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()
1015 uint16_t key_count; in tpm_find_key_sha1() local1028 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()
288 uint16_t key_count; in find_key() local301 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()