/openbmc/u-boot/drivers/input/ |
H A D | key_matrix.c | 114 map = (uchar *)calloc(1, config->key_count); in create_keymap() 117 config->key_count); in create_keymap() 184 config->key_count = rows * cols; in key_matrix_init() 186 assert(config->key_count > 0); in key_matrix_init()
|
H A D | tegra-kbc.c | 315 priv->matrix.key_count); in tegra_kbd_probe()
|
/openbmc/u-boot/board/gdsys/a38x/ |
H A D | keyprogram.c | 17 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 D | hre.c | 141 uint16_t key_count; in find_key() local 155 key_count = get_unaligned_be16(buf); in find_key() 157 for (i = 0; i < key_count; ++i, ptr += 4) in find_key() 161 for (i = 0; i < key_count; ++i) { in find_key()
|
/openbmc/linux/drivers/hwmon/ |
H A D | applesmc.c | 124 unsigned int key_count; /* number of SMC registers */ member 405 int begin = 0, end = smcreg.key_count; in applesmc_get_lower_bound() 427 int begin = 0, end = smcreg.key_count; in applesmc_get_upper_bound() 434 *hi = smcreg.key_count; in applesmc_get_upper_bound() 580 if (s->cache && s->key_count != count) { in applesmc_init_smcreg_try() 582 s->key_count, count); in applesmc_init_smcreg_try() 586 s->key_count = count; in applesmc_init_smcreg_try() 589 s->cache = kcalloc(s->key_count, sizeof(*s->cache), GFP_KERNEL); in applesmc_init_smcreg_try() 629 s->key_count, s->fan_count, s->temp_count, s->index_count, in applesmc_init_smcreg_try() 1062 || newkey >= smcreg.key_count) in applesmc_key_at_index_store()
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-skeys.c | 256 skeys->key_count = machine->ram_size / TARGET_PAGE_SIZE; in qemu_s390_enable_skeys() 257 skeys->keydata = g_malloc0(skeys->key_count); in qemu_s390_enable_skeys() 270 if (unlikely(!skeydev->keydata || start_gfn + count > skeydev->key_count || in qemu_s390_skeys_set() 291 if (unlikely(!skeydev->keydata || start_gfn + count > skeydev->key_count || in qemu_s390_skeys_get()
|
/openbmc/u-boot/include/ |
H A D | key_matrix.h | 18 int key_count; /* number of keys in the matrix (= rows * cols) */ member
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | samsung-keypad.c | 248 unsigned int key_count; in samsung_keypad_parse_dt() local 277 key_count = of_get_child_count(np); in samsung_keypad_parse_dt() 278 keymap_data->keymap_size = key_count; in samsung_keypad_parse_dt() 279 keymap = devm_kcalloc(dev, key_count, sizeof(uint32_t), GFP_KERNEL); in samsung_keypad_parse_dt()
|
/openbmc/qemu/include/hw/s390x/ |
H A D | storage-keys.h | 110 uint32_t key_count; member
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | hideep.c | 729 int key_count = ts->xfer_buf[1] & 0x0f; in hideep_parse_and_report() local 735 touch_count, key_count, lpm_count); in hideep_parse_and_report() 741 key_count = min(key_count, HIDEEP_KEY_MAX); in hideep_parse_and_report() 742 for (i = 0; i < key_count; i++) { in hideep_parse_and_report()
|
/openbmc/u-boot/lib/ |
H A D | tpm-v1.c | 834 u16 key_count; in tpm1_find_key_sha1() local 848 key_count = get_unaligned_be16(buf); in tpm1_find_key_sha1() 850 for (i = 0; i < key_count; ++i, ptr += 4) in tpm1_find_key_sha1() 854 for (i = 0; i < key_count; ++i) { in tpm1_find_key_sha1()
|
/openbmc/u-boot/tools/ |
H A D | mxsimage.h | 53 uint16_t key_count; member
|
H A D | mxsimage.c | 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()
|
/openbmc/u-boot/board/gdsys/p1022/ |
H A D | controlcenterd-id.c | 301 uint16_t key_count; in find_key() local 315 key_count = get_unaligned_be16(buf); in find_key() 317 for (i = 0; i < key_count; ++i, ptr += 4) in find_key() 321 for (i = 0; i < key_count; ++i) { in find_key()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | mgmt.h | 195 __le16 key_count; member 218 __le16 key_count; member 687 __le16 key_count; member
|
/openbmc/linux/net/bluetooth/ |
H A D | mgmt.c | 2808 u16 key_count, expected_len; in load_link_keys() local 2818 key_count = __le16_to_cpu(cp->key_count); in load_link_keys() 2819 if (key_count > max_key_count) { in load_link_keys() 2821 key_count); in load_link_keys() 2826 expected_len = struct_size(cp, keys, key_count); in load_link_keys() 2839 key_count); in load_link_keys() 2854 for (i = 0; i < key_count; i++) { in load_link_keys() 4170 u16 key_count, expected_len; in set_blocked_keys() local 4175 key_count = __le16_to_cpu(keys->key_count); in set_blocked_keys() 4176 if (key_count > max_key_count) { in set_blocked_keys() [all …]
|
/openbmc/linux/net/core/ |
H A D | flow_dissector.c | 48 unsigned int key_count) in skb_flow_dissector_init() argument 54 for (i = 0; i < key_count; i++, key++) { in skb_flow_dissector_init()
|
/openbmc/linux/Documentation/networking/ |
H A D | mctp.rst | 320 ``dev->key_count``). Multiple keys can reference the device.
|
/openbmc/linux/include/linux/ |
H A D | skbuff.h | 1484 unsigned int key_count);
|