Home
last modified time | relevance | path

Searched refs:input_fetch_keycode (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/
Dinput.c806 static unsigned int input_fetch_keycode(struct input_dev *dev, in input_fetch_keycode() function
841 ke->keycode = input_fetch_keycode(dev, index); in input_default_getkeycode()
899 if (input_fetch_keycode(dev, i) == *old_keycode) { in input_default_setkeycode()
/kernel/linux/linux-6.6/drivers/input/
Dinput.c821 static unsigned int input_fetch_keycode(struct input_dev *dev, in input_fetch_keycode() function
856 ke->keycode = input_fetch_keycode(dev, index); in input_default_getkeycode()
914 if (input_fetch_keycode(dev, i) == *old_keycode) { in input_default_setkeycode()