Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Dgrip.c44 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_… variable
57 static int *grip_btn[] = { NULL, grip_btn_gpp, grip_btn_bd, grip_btn_xt, grip_btn_dc };
191 if (grip_btn_gpp[j]) in grip_poll()
192 input_report_key(dev, grip_btn_gpp[j], (*data >> j) & 1); in grip_poll()