key_count 120 drivers/hwmon/applesmc.c unsigned int key_count; /* number of SMC registers */ key_count 365 drivers/hwmon/applesmc.c int begin = 0, end = smcreg.key_count; key_count 387 drivers/hwmon/applesmc.c int begin = 0, end = smcreg.key_count; key_count 394 drivers/hwmon/applesmc.c *hi = smcreg.key_count; key_count 540 drivers/hwmon/applesmc.c if (s->cache && s->key_count != count) { key_count 542 drivers/hwmon/applesmc.c s->key_count, count); key_count 546 drivers/hwmon/applesmc.c s->key_count = count; key_count 549 drivers/hwmon/applesmc.c s->cache = kcalloc(s->key_count, sizeof(*s->cache), GFP_KERNEL); key_count 589 drivers/hwmon/applesmc.c s->key_count, s->fan_count, s->temp_count, s->index_count, key_count 1022 drivers/hwmon/applesmc.c || newkey >= smcreg.key_count) key_count 249 drivers/input/keyboard/samsung-keypad.c unsigned int key_count; key_count 278 drivers/input/keyboard/samsung-keypad.c key_count = of_get_child_count(np); key_count 279 drivers/input/keyboard/samsung-keypad.c keymap_data->keymap_size = key_count; key_count 280 drivers/input/keyboard/samsung-keypad.c keymap = devm_kcalloc(dev, key_count, sizeof(uint32_t), GFP_KERNEL); key_count 716 drivers/input/touchscreen/hideep.c int key_count = ts->xfer_buf[1] & 0x0f; key_count 722 drivers/input/touchscreen/hideep.c touch_count, key_count, lpm_count); key_count 728 drivers/input/touchscreen/hideep.c key_count = min(key_count, HIDEEP_KEY_MAX); key_count 729 drivers/input/touchscreen/hideep.c for (i = 0; i < key_count; i++) { key_count 1252 include/linux/skbuff.h unsigned int key_count); key_count 184 include/net/bluetooth/mgmt.h __le16 key_count; key_count 207 include/net/bluetooth/mgmt.h __le16 key_count; key_count 2286 net/bluetooth/mgmt.c u16 key_count, expected_len; key_count 2296 net/bluetooth/mgmt.c key_count = __le16_to_cpu(cp->key_count); key_count 2297 net/bluetooth/mgmt.c if (key_count > max_key_count) { key_count 2299 net/bluetooth/mgmt.c key_count); key_count 2304 net/bluetooth/mgmt.c expected_len = struct_size(cp, keys, key_count); key_count 2317 net/bluetooth/mgmt.c key_count); key_count 2319 net/bluetooth/mgmt.c for (i = 0; i < key_count; i++) { key_count 2341 net/bluetooth/mgmt.c for (i = 0; i < key_count; i++) { key_count 5093 net/bluetooth/mgmt.c u16 key_count, expected_len; key_count 5102 net/bluetooth/mgmt.c key_count = __le16_to_cpu(cp->key_count); key_count 5103 net/bluetooth/mgmt.c if (key_count > max_key_count) { key_count 5105 net/bluetooth/mgmt.c key_count); key_count 5110 net/bluetooth/mgmt.c expected_len = struct_size(cp, keys, key_count); key_count 5118 net/bluetooth/mgmt.c BT_DBG("%s key_count %u", hdev->name, key_count); key_count 5120 net/bluetooth/mgmt.c for (i = 0; i < key_count; i++) { key_count 5133 net/bluetooth/mgmt.c for (i = 0; i < key_count; i++) { key_count 45 net/core/flow_dissector.c unsigned int key_count) key_count 51 net/core/flow_dissector.c for (i = 0; i < key_count; i++, key++) {