Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Dturbografx.c55 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()