Searched refs:tgfx_buttons (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | turbografx.c | 58 static int tgfx_buttons[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2 }; variable 193 if (n_buttons[i] > ARRAY_SIZE(tgfx_buttons)) { in tgfx_attach() 227 set_bit(tgfx_buttons[j], input_dev->keybit); in tgfx_attach()
|
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | turbografx.c | 55 static int tgfx_buttons[] = { BTN_TRIGGER, BTN_THUMB, BTN_THUMB2, BTN_TOP, BTN_TOP2 }; variable 190 if (n_buttons[i] > ARRAY_SIZE(tgfx_buttons)) { in tgfx_attach() 224 set_bit(tgfx_buttons[j], input_dev->keybit); in tgfx_attach()
|
Completed in 1 milliseconds