Searched refs:key_count (Results 1 – 8 of 8) 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()
142 uint16_t key_count; in find_key() local156 key_count = get_unaligned_be16(buf); in find_key()158 for (i = 0; i < key_count; ++i, ptr += 4) in find_key()162 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()1774 if (hdr->key_count != 1) in sb_verify_image_header()1777 hdr->key_count); in sb_verify_image_header()1782 sz += hdr->key_count * in sb_verify_image_header()
848 u16 key_count; in tpm1_find_key_sha1() local862 key_count = get_unaligned_be16(buf); in tpm1_find_key_sha1()864 for (i = 0; i < key_count; ++i, ptr += 4) in tpm1_find_key_sha1()868 for (i = 0; i < key_count; ++i) { in tpm1_find_key_sha1()
Completed in 21 milliseconds