Searched refs:grip_btn_gp (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/input/joystick/ |
D | grip_mp.c | 91 static const int grip_btn_gp[] = { BTN_TR, BTN_TL, BTN_A, BTN_B, BTN_C, BTN_X, BTN_Y, BTN_Z, -1 }; variable 98 static const int *grip_btn[] = { NULL, NULL, grip_btn_gp, grip_btn_c64 }; 517 input_report_key(port->dev, grip_btn_gp[i], (port->buttons >> i) & 1); in report_slot()
|