Lines Matching refs:key_count
124 unsigned int key_count; /* number of SMC registers */
405 int begin = 0, end = smcreg.key_count;
427 int begin = 0, end = smcreg.key_count;
434 *hi = smcreg.key_count;
580 if (s->cache && s->key_count != count) {
582 s->key_count, count);
586 s->key_count = count;
589 s->cache = kcalloc(s->key_count, sizeof(*s->cache), GFP_KERNEL);
629 s->key_count, s->fan_count, s->temp_count, s->index_count,
1062 || newkey >= smcreg.key_count)
1077 { "key_count", applesmc_key_count_show },