Searched refs:grip_btn_bd (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/input/joystick/ |
H A D | grip.c | 64 static int grip_btn_bd[] = { BTN_THUMB, BTN_THUMB2, BTN_TRIGGER, BTN_TOP, BTN_BASE, -1 }; variable 76 static int *grip_btn[] = { NULL, grip_btn_gpp, grip_btn_bd, grip_btn_xt, grip_btn_dc }; 230 input_report_key(dev, grip_btn_bd[j], (data[3] >> (j + 4)) & 1); grip_poll()
|
Completed in 33 milliseconds