Searched refs:grip_btn_gpp (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/input/joystick/ |
D | grip.c | 47 static int grip_btn_gpp[] = { BTN_START, BTN_SELECT, BTN_TR2, BTN_Y, 0, BTN_TL2, BTN_A, BTN_B, BTN_… variable 60 static int *grip_btn[] = { NULL, grip_btn_gpp, grip_btn_bd, grip_btn_xt, grip_btn_dc }; 194 if (grip_btn_gpp[j]) in grip_poll() 195 input_report_key(dev, grip_btn_gpp[j], (*data >> j) & 1); in grip_poll()
|