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()
317 priv->matrix.key_count); in tegra_kbd_probe()
19 u16 key_count; in flush_keys() local30 key_count = get_unaligned_be16(buf); in flush_keys()32 for (i = 0; i < key_count; ++i, ptr += 4) { in flush_keys()
143 uint16_t key_count; in find_key() local157 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()
18 int key_count; /* number of keys in the matrix (= rows * cols) */ member
53 uint16_t key_count; member
1349 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()
840 u16 key_count; in tpm_find_key_sha1() local854 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()
308 uint16_t key_count; in find_key() local322 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