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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dgrip_mp.c92 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);

Completed in 56 milliseconds