Lines Matching defs:key
36 int val, key;
50 for_each_set_bit(key, &changed, touchkey->num_keys) {
51 new_state = keystates & BIT(key);
53 "Key %d changed to %d", key, new_state);
55 touchkey->keycodes[key], new_state);
75 int key, error;
99 /* Default key count */
147 for (key = 0; key < touchkey->num_keys; ++key)
149 EV_KEY, touchkey->keycodes[key]);