Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/joystick/
Dturbografx.c58 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()