Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/joystick/
Dgrip.c59 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_… variable
72 static int *grip_btn[] = { NULL, grip_btn_gpp, grip_btn_bd, grip_btn_xt, grip_btn_dc };
206 if (grip_btn_gpp[j]) in grip_poll()
207 input_report_key(dev, grip_btn_gpp[j], (*data >> j) & 1); in grip_poll()