repeat_key         77 drivers/input/input.c 		dev->repeat_key = code;
repeat_key        186 drivers/input/input.c 	if (test_bit(dev->repeat_key, dev->key) &&
repeat_key        187 drivers/input/input.c 	    is_event_supported(dev->repeat_key, dev->keybit, KEY_MAX)) {
repeat_key        189 drivers/input/input.c 			{ EV_KEY, dev->repeat_key, 2 },
repeat_key        165 include/linux/input.h 	unsigned int repeat_key;