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

/linux-4.1.27/drivers/input/joystick/
H A Dgrip.c63 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_X, 0, BTN_TL, BTN_TR, -1 }; variable
76 static int *grip_btn[] = { NULL, grip_btn_gpp, grip_btn_bd, grip_btn_xt, grip_btn_dc };
210 if (grip_btn_gpp[j]) grip_poll()
211 input_report_key(dev, grip_btn_gpp[j], (*data >> j) & 1); grip_poll()

Completed in 33 milliseconds