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